comparison FChTransformF0gram.h @ 11:36c99e4c7e94 perf

Remove unused
author Chris Cannam
date Tue, 02 Oct 2018 13:33:29 +0100
parents af59167b3d35
children fc8f351d2cd6
comparison
equal deleted inserted replaced
10:af59167b3d35 11:36c99e4c7e94
127 typedef struct { 127 typedef struct {
128 double fs_orig; // sampling frequency after oversampling 128 double fs_orig; // sampling frequency after oversampling
129 double fs_warp; // sampling frequency of warped signal 129 double fs_warp; // sampling frequency of warped signal
130 double *chirp_rates; // chirp rates 130 double *chirp_rates; // chirp rates
131 int nsamps_torig; // number of samples of the original signal frame 131 int nsamps_torig; // number of samples of the original signal frame
132 int fact_over_samp; // oversampling factor (use instead warp_params.fact_over_samp)
133 int *pos_int; // index of previous sample to do the warping by interpolation efficiently 132 int *pos_int; // index of previous sample to do the warping by interpolation efficiently
134 double *pos_frac; // fractional value to do the warping by interpolation efficiently 133 double *pos_frac; // fractional value to do the warping by interpolation efficiently
135 } warping_design; 134 } warping_design;
136 135
137 warping_design m_warpings; 136 warping_design m_warpings;