代码搜索:matlab fft

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

代码结果 10,000
www.eeworm.com/read/351110/10679553

c fft.c

/*---------------------------------------------------------------------------- fft.c - fast Fourier transform and its inverse (both recursively) Copyright (C) 2004, Jerome R. Breitenbach. All
www.eeworm.com/read/277006/10688800

pdf fft.pdf

www.eeworm.com/read/421781/10699235

c fft.c

#include "FFT.h" void FFT(comp *data,int FFTn,int inverse) { comp u,w,t; double temp1,temp2; double pi; int i,j,k,l,ip; int le,le1,m; pi=3.1415926f; m=0;
www.eeworm.com/read/421781/10699252

h fft.h

#ifndef _FFT1_H_ #define _FFT1_H_ #include "Complex.h" //======================================== //功能: 实现FFT //输入: data[in][out]: 数据指针; FFTn[in]:FFT点数; // inverse[in]:正反FFT标志位:1,正FFT;-1,逆
www.eeworm.com/read/159044/10699305

txt fft.txt

// fft -- a program to model a Fast Fourier Transform (FFT). // // Copyright (C) 2001 John Dalton // // This program is free software; you can redistribute it and/or modify // it under the terms
www.eeworm.com/read/276771/10707677

h fft.h

#include #include #include void FFT(float *X, float *Y) { int k, n; // integers for the loops complex mult; // a complex number float prod;
www.eeworm.com/read/276739/10712398

mak fft.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/276739/10712411

obj fft.obj

www.eeworm.com/read/276739/10712445

paf fft.paf

www.eeworm.com/read/276739/10712455

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