diff options
author | John Glover <glover.john@gmail.com> | 2011-01-03 21:30:36 +0000 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2011-01-03 21:30:36 +0000 |
commit | 17c5625449888117208447dd4f86504281357013 (patch) | |
tree | be117f93d494f1fa2ef232c0b160cd040f20c224 /sms/spectralApprox.c | |
parent | f7831a5824e5fe7bd503217b8042d176603d02cc (diff) | |
download | simpl-17c5625449888117208447dd4f86504281357013.tar.gz simpl-17c5625449888117208447dd4f86504281357013.tar.bz2 simpl-17c5625449888117208447dd4f86504281357013.zip |
Removing dead code
Diffstat (limited to 'sms/spectralApprox.c')
-rw-r--r-- | sms/spectralApprox.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sms/spectralApprox.c b/sms/spectralApprox.c index 82c94e3..b1f65ef 100644 --- a/sms/spectralApprox.c +++ b/sms/spectralApprox.c @@ -53,10 +53,6 @@ int sms_spectralApprox(sfloat *pFSpec1, int sizeSpec1, int sizeSpec1Used, } /* calculate the hop size */ - /*if(sizeSpec1 != sizeSpec1Used)*/ - /*fHopSize = (sfloat) sizeSpec1Used / nCoefficients;*/ - /*else //why is this here, would be the same as sizeSpec1Used / nCoefficients*/ - /*fHopSize = (sfloat) sizeSpec1 / nCoefficients;*/ if(nCoefficients > sizeSpec1) nCoefficients = sizeSpec1; |