Mercurial > hg > vamp-fanchirp
diff FChTransformF0gram.h @ 12:fc8f351d2cd6 perf
Remove further unused
author | Chris Cannam |
---|---|
date | Tue, 02 Oct 2018 13:49:23 +0100 |
parents | 36c99e4c7e94 |
children | 44b86c346a5a |
line wrap: on
line diff
--- a/FChTransformF0gram.h Tue Oct 02 13:33:29 2018 +0100 +++ b/FChTransformF0gram.h Tue Oct 02 13:49:23 2018 +0100 @@ -16,8 +16,8 @@ */ // Remember to use a different guard symbol in each header! -#ifndef _FCHTRANSFORMF0GRAM_H_ -#define _FCHTRANSFORMF0GRAM_H_ +#ifndef FCHTRANSFORMF0GRAM_H +#define FCHTRANSFORMF0GRAM_H #define _USE_MATH_DEFINES #include <cmath> @@ -179,14 +179,7 @@ void design_LPF(); void clean_LPF(); void apply_LPF(); - void design_FFT(); void design_time_window(); - - // FFT variables - fftw_complex *in, *out; - //TODO verificar que el tipo de datos de in_window es del tipo double, era del tipo float. - double *in_window; - fftw_plan planFFT; };