Skip to content

Releases: hotstaff/jquery.fft

v1.0.3

26 Feb 02:02
Compare
Choose a tag to compare

Code clean.

jquery.fft

06 Aug 07:23
Compare
Choose a tag to compare

minfy.

jquery.fft

29 May 23:25
Compare
Choose a tag to compare

Support for AMD and CommonJS.

The order of the arguments change
frequencies
v1.0.0 -> frequencies(samplingrate, real, imaginary)
v1.0.1 -> frequencies(real, imaginary[, samplingrate])
periods
v1.0.0 -> periods(samplingrate, real, imaginary)
v1.0.1 -> periods(real, imaginary[, samplingrate])

jqeury.fft

30 Mar 07:56
Compare
Choose a tag to compare

base version.