代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/353048/10475788
paf fft.paf
www.eeworm.com/read/353048/10475791
cmd fft.cmd
/*fft.cmd*/
fft.obj
-m fft.map
-o fft.out
MEMORY
{
PAGE 0: ROM(RIX) :origin=8000h,length=1000h
ROM1 :origin=9000h,length=0200h
PAGE 1: B2A(RW) :origi
www.eeworm.com/read/353048/10475792
asm fft.asm
*************************************
*Radix-2,DIT,Real-input FFT Program *
* fft.asm *
*************************************
.mmregs
.global reset,start,sav_sin,sav_
www.eeworm.com/read/353048/10475793
out fft.out
www.eeworm.com/read/353048/10475796
map fft.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/353048/10475797
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="fft"
ProjectDir="D:\Program Files\ti\myprojects\fft0\"
ProjectType=Executable
CPUFa
www.eeworm.com/read/424174/10485682
txt fft.txt
快速傅里叶变换 要用C++ 才行吧 你可以用MATLAB来实现更方便点啊
此FFT 是用VC6.0编写,由FFT.CPP;STDAFX.H和STDAFX.CPP三个文件组成,编译成功。程序可以用文件输入和输出为文件。文件格式为TXT文件。测试结果如下:
输入文件:8.TXT 或手动输入
8 //N
1
2
3
4
5
6
www.eeworm.com/read/278961/10485756
png fft.png
www.eeworm.com/read/160848/10486158
h fft.h
// FFT.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include"math.h"
#include
#include
#include
#include
using na
www.eeworm.com/read/352960/10487005
c fft.c
/*
* FFT/IFFT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li