matlab code to compute the DFT using just O(N (P + Q)) operations, instead of the O(N ^2 ) operations?
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Suppose that the signal length N can be factored as N = P Q where P; Q > 1.write a script that can compute the DFT using just O(N (P + Q)) operations, instead of theO(N^2) operations required for the direct implementation.
0 Commenti
Risposte (1)
David Young
il 9 Set 2014
Just use the fft function. It's almost certainly as good as you'll get.
2 Commenti
Vedere anche
Categorie
Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!