Mercurial > hg > qm-dsp
comparison dsp/phasevocoder/PhaseVocoder.h @ 131:a586888bc06c kissfft
Add forwardMagnitude
author | Chris Cannam |
---|---|
date | Tue, 15 Oct 2013 18:26:38 +0100 |
parents | 2020c73dc997 |
children | 701233f8ed41 |
comparison
equal
deleted
inserted
replaced
130:2053a308bb4d | 131:a586888bc06c |
---|---|
19 class FFTReal; | 19 class FFTReal; |
20 | 20 |
21 class PhaseVocoder | 21 class PhaseVocoder |
22 { | 22 { |
23 public: | 23 public: |
24 //!!! review: size must be a power of two, or not? | |
25 PhaseVocoder(int size, int hop); | 24 PhaseVocoder(int size, int hop); |
26 virtual ~PhaseVocoder(); | 25 virtual ~PhaseVocoder(); |
27 | 26 |
28 /** | 27 /** |
29 * Given one frame of time-domain samples, FFT and return the | 28 * Given one frame of time-domain samples, FFT and return the |