代码搜索:matlab fft

找到约 10,000 项符合「matlab fft」的源代码

代码结果 10,000
www.eeworm.com/read/466466/7035842

obj fft.obj

www.eeworm.com/read/466103/7044576

h fft.h

//fft.h complex FFT function taken from Rulph's C31 book //this file contains definition of complex dat structure also struct cmpx //complex data structure used by FFT {
www.eeworm.com/read/465864/7047611

lib fft.lib

www.eeworm.com/read/465864/7047613

h fft.h

/*=================================================================== File name : FFT.H Originator : Digital Control Systems Group Te
www.eeworm.com/read/465329/7053134

txt fft变换.txt

/*===================================================== 函数名称:FFT 函数功能:FFT变换,基2DIT 输入参数: x 复数点序列, m FFT的级数 输出参数:无,原址操作 ====================================================*/ void FFT(COMPLEX
www.eeworm.com/read/465459/7055203

txt fft.txt

/**************************************************** FFT() 参数: TD为时域值 FD为频域值 power为2的幂数 返回值: 无 说明: 本函数实现快速傅立叶变换 ***************************************************
www.eeworm.com/read/464829/7060486

c fft.c

#include "conio.h" #include "math.h" #include "stdio.h" #define N 64 #define PI 3.1415926 #define w0 (0.125*PI) #define Cmul(a,b,c) a.x=b.x*c.x-b.y*c.y;a.y=b.x*c.y+b.y*c.x; #define
www.eeworm.com/read/465018/7064273

pjt fft.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="FFT" ProjectDir="C:\ti\myprojects\5416dsk\fft\test\" ProjectType=Executable CPUFami
www.eeworm.com/read/465018/7064276

obj fft.obj

www.eeworm.com/read/465018/7064277

paf fft.paf