代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/372235/9515909
h fft.h
/**********************************************************************
/*文件名:fft.h
/*
/* fft头文件
/* 修改时间:2004.9.2
/* 作者:* * *
/************************************************************
www.eeworm.com/read/371606/9546979
m fft.m
clear ,close all;
%矩形函数
L=65;%矩形的长度
W=300;%矩形序列的长度
figure(1);%图表1
n=0:W-1;%分隔数
x=[(n-L)
www.eeworm.com/read/175304/9552846
mat fft能量.mat
www.eeworm.com/read/169968/9829390
mcp fft.mcp
www.eeworm.com/read/169910/9833117
c fft_a.c
/*
fft_a.c - Radix 2 decimation in time FFT
Using C55x C intrinsics to perform in place FFT,
the output overwrite the input array
*/
#include "icomplex.h"
#include
www.eeworm.com/read/169910/9833149
asm fft.asm
;
; fft.asm - Radix-2 complex FFT (for N=2^EXP points)
; Using table lookup method
;
; Prototype: void fft(complex *, int, complex *, int);
;
;
www.eeworm.com/read/169909/9833240
mak fft.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/169808/9837364
ldf fft.ldf
/****************************************************************************
** $TITLE: FFT.LDF$
** FFT.LDF
** ---------
** Sets up the memory map for the FFT demo.
**
www.eeworm.com/read/169808/9837370
c fft.c
/****************************************************************************
** $TITLE: FFT.C$
** FFT.C
** ---------
** Brings data in from the codec, and runs it through