ERIS CORE

◆ configSubsample()

void erisAudioAnalyzeFFT1024::configSubsample ( uint16_t  subsample,
subsample_range  range 
)
inline

Definition at line 129 of file eris_analyze_fft1024.h.

129  {
130  //subsampling provides more resolution in the lower frequency range
131  //...in exchange for lower bandwidth
132  //values between 16 (high range) & 48 (low range) are suitable for guitar
133  if (range == SS_LOWFREQ) subsample_lowfreqrange = subsample;
134  else if (range == SS_HIGHFREQ) subsample_highfreqrange = subsample;
135  outputflag = false;
136  reset();
137  }
@ SS_LOWFREQ
@ SS_HIGHFREQ

References outputflag, reset(), SS_HIGHFREQ, SS_LOWFREQ, subsample_highfreqrange, and subsample_lowfreqrange.

+ Here is the call graph for this function: