URL
https://opencores.org/ocsvn/wdsp/wdsp/trunk
Subversion Repositories wdsp
[/] [wdsp/] [trunk/] [sw/] [matlab-scripts/] [fft/] [main_script.m] - Rev 5
Compare with Previous | Blame | View Log
%Main script for the 1024 point Wishbone compatible FFT-core %Thanks to Adam Robert Miller clc; clear all; close all; N=1024; tbits=16; twiddlegen_rc(N,tbits);