代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/431921/8647247
drc fft.drc
/* VER150
Generated by the Borland Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
This file contains compiler-generated resources that
were bound to the execut
www.eeworm.com/read/431921/8647250
res fft.res
www.eeworm.com/read/431921/8647254
dof fft.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=0
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=1
R=1
S=0
T=0
U=0
V=1
W=0
X=1
Y=0
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/431921/8647271
map fft.map
Start Length Name Class
0001:00000000 00065C14H .text CODE
0002:00000000 00001380H .data DATA
0002:00001380 003611CDH .bss
www.eeworm.com/read/431921/8647277
dpr fft.dpr
{ **************************************************************************** }
{ FileName............: FFT.PAS }
{ Project.............: FFT
www.eeworm.com/read/387891/8648369
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
www.eeworm.com/read/288108/8652590
asm fft.asm
*************************************
*Radix-2,DIT,Real-input FFT Program *
* fft.asm *
*************************************
.mmregs
.global sav_sin,sav_idx,sav_gr
www.eeworm.com/read/287948/8658040
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/287770/8670440
m fft.m
function Y = fft(X,varargin)
% $Id: fft.m 53 2005-01-05 11:17:56Z mairas $
y = fft(X.s,varargin{:});
Y = spectrum(y,X.time.fs);
%warning('time data discarded');
www.eeworm.com/read/287533/8683812
c fft.c
/*
* fft.c
*
* Version 2.6 by Steve Sampson, Public Domain, November 1988
*
* This program produces a Frequency Domain display from the Time Domain
* data input; using the Fast Fourier Transform