changeset 11:36c99e4c7e94 perf

Remove unused
author Chris Cannam
date Tue, 02 Oct 2018 13:33:29 +0100
parents af59167b3d35
children fc8f351d2cd6
files FChTransformF0gram.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FChTransformF0gram.h	Tue Oct 02 13:21:15 2018 +0100
+++ b/FChTransformF0gram.h	Tue Oct 02 13:33:29 2018 +0100
@@ -129,7 +129,6 @@
         double fs_warp; // sampling frequency of warped signal
         double *chirp_rates; // chirp rates
         int nsamps_torig; // number of samples of the original signal frame
-        int fact_over_samp; // oversampling factor (use instead warp_params.fact_over_samp)
         int *pos_int; // index of previous sample to do the warping by interpolation efficiently
         double *pos_frac; // fractional value to do the warping by interpolation efficiently
     } warping_design;