• 大小: 973KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: Verilog  FFT  源码  

资源简介

基于FPGA 用Verilog实现的1024点FFT源码程序,本程序完整描述的FFT的算法,是编写FFT程序的好助手!助你快速掌握FFT!

资源截图

代码片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% file : fft_32K_tb.m
%
% Description : The following Matlab testbench excercises the Altera FFT Model fft_small_model.m
% generated by Altera‘s FFT Megacore and outputs results to text files.
%
% Copyright (C) 1988-2005 Altera Corporation                                                
% Parameterization Space    
N=16384;
num_frames = 2;
% Read input complex vector from source text files 
fidr = fopen(‘..\source\real_input.txt‘‘r‘);                                            
fidi = fopen(‘..\source\imag_input.txt‘‘r‘);  
foreal = fopen(‘..\source\real_output_ver.txt‘ ‘r‘);
foimag = fopen(‘..\source\imag_output_ver.txt‘ ‘r‘);
foexp = fopen(‘..\source\exponent_output_ver.txt‘ ‘r‘);
xreali=fsc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2902  2005-07-20 09:42  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\MATLAB\fft_32K_tb.m

     文件       3219  2005-06-30 13:43  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\MATLAB\fft_small_model.m

     文件       1898  2005-06-30 13:43  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\MATLAB\fft_small_tb.m

     文件        731  2005-07-19 18:44  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\MATLAB\gen_twiddle_factor.m

     文件        942  2005-06-20 09:49  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\QuartusII\FFT_32K.qpf

     文件       3346  2005-07-19 18:57  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\QuartusII\FFT_32K.qsf

     文件       6927  2009-09-21 21:43  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\readme.txt

     文件       9896  2005-07-19 16:52  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\clk_pll.v

     文件       7089  2005-07-20 09:57  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\combine_fft.v

     文件       8943  2005-07-19 16:56  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\comb_final_fft_res.v

     文件     934193  2005-07-20 10:11  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\exponent_output_ver.txt

     文件          2  2005-07-20 10:11  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K.cr.mti

     文件       5696  2005-07-20 09:54  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K.v

     文件     139277  2005-06-21 15:40  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K_coshex.hex

     文件     139277  2005-07-19 18:50  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K_sinhex.hex

     文件      14055  2005-07-19 16:57  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K_streaming_tb.v

     文件       1385  2005-07-19 17:00  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K_streaming_vo_msim.tcl

     文件      14344  2005-07-20 10:04  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_32K_wave.do

     文件      12363  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small.v

     文件    1091342  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small.vo

     文件      65548  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_1n16384cos.hex

     文件      65548  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_1n16384sin.hex

     文件        268  2005-07-19 15:09  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_1n64cos.hex

     文件        268  2005-07-19 15:09  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_1n64sin.hex

     文件      65548  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_2n16384cos.hex

     文件      65548  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_2n16384sin.hex

     文件        268  2005-07-19 15:09  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_2n64cos.hex

     文件        268  2005-07-19 15:09  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_2n64sin.hex

     文件      65548  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_3n16384cos.hex

     文件      65548  2005-07-19 16:55  Alter官方FFT程序(使用Verilog编写)\altera_fft\design_example\fft_32K\source\fft_small_3n16384sin.hex

............此处省略29个文件信息

评论

共有 条评论