Fast Fourier transform: Difference between revisions

m
→‎{{header|SystemVerilog}}: Remove vanity tags
m (→‎fft command: more complicated than that for complex input (the output is actually reversed))
m (→‎{{header|SystemVerilog}}: Remove vanity tags)
Line 2,812:
 
<lang SystemVerilog>
/// @Author: Alexandre Felipe (o.alexandre.felipe@gmail.com)
/// @Date: 2018-Jan-25
///
 
package math_pkg;
Line 3,053 ⟶ 3,050:
</pre>
As expected the error is small and it increases with the number of terms in the FFT.
 
 
=={{header|Tcl}}==
10,333

edits