资源简介
基于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个文件信息
相关资源
- 海康摄像机抓图源码
- 易语言海康摄像机抓图源码
- 微信小程序 贪吃蛇游戏源码下载542
- 身份证号码生成器源码(易语言)
- 赞vue仿 酷狗音乐app源码
- 易语言MySql简单操作源码
- 精易模块V6.9.1源码
- 智能停车 微信小程序源码
- 少儿编程:格斗游戏源码(scratch 2.0)
- 易语言模拟按键精灵源码
- Halcon 车牌识别 源码
- E4A语音合成朗读源码
- 易语言传奇私服服务端及客户端插件
- FPGA实现FFT (设计报告+源代码)
- scratch飞机大战(小游戏源码)
- 《计算机原理与设计:Verilog HDL版》-李
- 《编译原理及实践》pdf以及随书源码
- 电力设备资源管理系统源码+文档毕业
- FX2N-HT32源码+sch+pcbKeil4/5/STM32/FX2N/PLC源
- STM32 PLC 源码 仿FX2N
- 赞酒店管理系统(源码+数据库)
- spring+springMVC+mybatis房屋出租项目源码
- SSH 企业人事管理系统源码(含数据库
- cocos creator 消灭星星(关卡类游戏源码
- 虎克对战平台 v 3.7 带源码
- DNF私服自动刷图源码易语言
- 身份证PSD文件源码
- B/S模式_数据库课程设计_员工人事调动
- 1000多套微信小程序源码带后台+教程
- spring boot+mybatis+spring mvc+bootstrap开发停
评论
共有 条评论