Custom Query (17 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 17)

1 2 3 4 5 6
Ticket Resolution Summary Owner Reporter
#2 fixed beattracking should output floats, not int Paul Brossier Paul Brossier
Description

beattracking.c should do a output a float rather than an int, using a quadratic interpolation to reduce the quantisation of the tempo period candidate. all objects depending on depending on the beattracking method must be updated accordingly.

#4 fixed on powerpc, fft(zeros) sometimes gives phase = pi Paul Brossier Paul Brossier
Description

when computing the fft on a vector of zeroes, the phase elements can be found equal to zero or pi on powerpc, whereas they are always zero on x86.

this is due to the way real and imaginary parts are computed in fftw on both platforms. on x86. the result is always +0.0000, whereas on ppc, it can be -0.0000; atan2f(-0.00,0.00) = pi

see test in source:tests/python/src/spectral/fft.py, test_do_zeroes

#5 fixed complete implementation of mfcc Paul Brossier Paul Brossier
Description

review and amend the following lines:

implement unit test comparing results with other implementations

1 2 3 4 5 6
Note: See TracQuery for help on using queries.