代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/154760/11929035
m fftmn.m
function y =fftmn(x,R,C)
%FFTMN FFT of a data set from fft of its smaller subsets
% y=fftmn(x,R,C) FFT of x using fft of R rows and C columns
% Length(x) must equal RC
%
% If no input arguments
www.eeworm.com/read/128692/14281715
m mcctest2.m
function y = mcctest2(x)
y = abs(fft(x));
y = y(1:length(y)/2);
www.eeworm.com/read/222152/14703003
txt announce.txt
ANNOUNCE: FFT for ARM
Subject: ANNOUNCE: FFT for ARM
List-id: ARM Linux General discussion
Announcing an optimized FFT for the SA-1100 (and other ARM pr
www.eeworm.com/read/471855/6883182
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : FFT
========================================================================
www.eeworm.com/read/134656/13978281
m mcctest2.m
function y = mcctest2(x)
y = abs(fft(x));
y = y(1:length(y)/2);
www.eeworm.com/read/235503/14070188
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : FFT
========================================================================
www.eeworm.com/read/200708/15427332
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : fft2
========================================================================
www.eeworm.com/read/108859/15573822
m fftmn.m
function y =fftmn(x,R,C)
%FFTMN FFT of a data set from fft of its smaller subsets
% y=fftmn(x,R,C) FFT of x using fft of R rows and C columns
% Length(x) must equal RC
%
% If no input arguments