Fast Fourier transform: Difference between revisions

Content added Content deleted
m (→‎fft command: more complicated than that for complex input (the output is actually reversed))
m (→‎{{header|SystemVerilog}}: Remove vanity tags)
Line 2,812: Line 2,812:


<lang SystemVerilog>
<lang SystemVerilog>
/// @Author: Alexandre Felipe (o.alexandre.felipe@gmail.com)
/// @Date: 2018-Jan-25
///


package math_pkg;
package math_pkg;
Line 3,053: Line 3,050:
</pre>
</pre>
As expected the error is small and it increases with the number of terms in the FFT.
As expected the error is small and it increases with the number of terms in the FFT.



=={{header|Tcl}}==
=={{header|Tcl}}==