
Go to the source code of this file.
Defines | |
| #define | sfloat float |
| #define | NMAX 8192 |
| #define | NMAXSQRT 64 |
Functions | |
| void | rdft (int n, int isgn, sfloat *a, int *ip, sfloat *w) |
| void | makewt (int nw, int *ip, sfloat *w) |
| void | makect (int nc, int *ip, sfloat *c) |
| void | bitrv2 (int n, int *ip, sfloat *a) |
| void | cftfsub (int n, sfloat *a, sfloat *w) |
| void | cftbsub (int n, sfloat *a, sfloat *w) |
| void | rftfsub (int n, sfloat *a, int nc, sfloat *c) |
| void | rftbsub (int n, sfloat *a, int nc, sfloat *c) |
| void | cft1st (int n, sfloat *a, sfloat *w) |
| void | cftmdl (int n, int l, sfloat *a, sfloat *w) |
| #define NMAX 8192 |
| #define NMAXSQRT 64 |
| #define sfloat float |
Referenced by BestGuide(), bitrv2(), BlackmanHarris62(), BlackmanHarris70(), BlackmanHarris74(), BlackmanHarris92(), cft1st(), cftbsub(), cftfsub(), cftmdl(), ChooseBestCand(), ComparePeak(), CompExp(), FillGap(), FilterMagEnv(), FindNextMax(), FindNextPeak(), GetBestCandidate(), GetBestPeak(), GetClosestPeak(), GetNextClosestPeak(), GetNextMax(), GetPhaseVal(), GoodCandidate(), Hamming(), IFFTwindow(), InitializeHybrid(), InterpolateArrays(), makect(), makewt(), MultiplySpectra(), rdft(), ReAnalyzeFrame(), rftbsub(), rftfsub(), SinePhaSynth(), SineSynth(), SineSynthIFFT(), sms_allocFrame(), sms_analyze(), sms_analyzeFrame(), sms_changeSynthHop(), sms_copyFrame(), sms_dCepstrum(), sms_dCepstrumEnvelope(), sms_deEmphasis(), sms_detectPeaks(), sms_deterministic(), sms_fillSoundBuffer(), sms_filterArray(), sms_filterHighPass(), sms_frameSizeB(), sms_fundDeviation(), sms_getSound(), sms_harmDetection(), sms_initAnalysis(), sms_initFrame(), sms_initModify(), sms_initSynth(), sms_interpolateFrames(), sms_invQuickSpectrumW(), sms_invSpectrum(), sms_peakContinuation(), sms_PolarToRect(), sms_preEmphasis(), sms_prepSinc(), sms_prepSine(), sms_random(), sms_RectToPolar(), sms_residual(), sms_residualOLD(), sms_rms(), sms_scaleDet(), sms_scaleWindow(), sms_sineSynthFrame(), sms_sizeNextWindow(), sms_spectralApprox(), sms_spectralEnvelope(), sms_spectrum(), sms_spectrumMag(), sms_spectrumRMS(), sms_stocAnalysis(), sms_synthesize(), sms_writeResSound(), and ZeroPoleFilter().
| void cft1st | ( | int | n, | |
| sfloat * | a, | |||
| sfloat * | w | |||
| ) |
| void cftbsub | ( | int | n, | |
| sfloat * | a, | |||
| sfloat * | w | |||
| ) |
| void cftfsub | ( | int | n, | |
| sfloat * | a, | |||
| sfloat * | w | |||
| ) |
| void cftmdl | ( | int | n, | |
| int | l, | |||
| sfloat * | a, | |||
| sfloat * | w | |||
| ) |
| void makewt | ( | int | nw, | |
| int * | ip, | |||
| sfloat * | w | |||
| ) |
| void rdft | ( | int | n, | |
| int | isgn, | |||
| sfloat * | a, | |||
| int * | ip, | |||
| sfloat * | w | |||
| ) |
1.6.1