Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed May 2, 2015
1 parent fc54eed commit 4b0ab0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ X, timeaxis, freqaxis = cqt(x, fs, K, hopsize=hopsize)

## References

- J. C. Brown and M. S. Puckette, B. An efficient algorithm for the calculation of a constant Q transform, J. Acoust. Soc. Amer., vol. 92, no. 5, pp. 2698–2701, 1992.
- J. C. Brown. Calculation of a constant Q spectral transform. Journal of the Acoustical Society of America,, 89(1): 425–434, 1991.
- J. C. Brown and M. S. Puckette, "An efficient algorithm for the calculation of a constant Q transform," J. Acoust. Soc. Amer., vol. 92, no. 5, pp. 2698–2701, 1992.
- J. C. Brown. "Calculation of a constant Q spectral transform," Journal of the Acoustical Society of America,, 89(1): 425–434, 1991.
4 changes: 2 additions & 2 deletions src/cqt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function sym!(symfftout, fftout)
end
end

# J. C. Brown and M. S. Puckette, BAn efficient algorithm for the calculation
# of a constant Q transform, J. Acoust. Soc. Amer., vol. 92, no. 5,
# J. C. Brown and M. S. Puckette, "An efficient algorithm for the calculation
# of a constant Q transform," J. Acoust. Soc. Amer., vol. 92, no. 5,
# pp. 2698–2701, 1992.
function cqt{T}(x::Vector{T},
fs::Real,
Expand Down

0 comments on commit 4b0ab0f

Please sign in to comment.