Bergland; Glenn radix-8 algorithm (Discrete Fourier Transform Discrete Fourier Transform): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Time Complexity == $O(nlogn)$ == Space Complexity == $O(n)$ words (https://ieeexplore.ieee.org/document/1162043) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word/Real RAM == Year == 1969 == Reference == https://ieeexplore.ieee.org/document/1162043")
 
No edit summary
 
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(nlogn)$
$O(n \log n)$


== Space Complexity ==  
== Space Complexity ==  

Latest revision as of 09:41, 10 April 2023

Time Complexity

$O(n \log n)$

Space Complexity

$O(n)$ words

(https://ieeexplore.ieee.org/document/1162043)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word/Real RAM

Year

1969

Reference

https://ieeexplore.ieee.org/document/1162043