代码搜索:FFt 有哪些应用?

找到约 10,000 项符合「FFt 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/477619/6729061

c main.c

extern void fft(int); #define N 1024 void main() { test(); while(1); }
www.eeworm.com/read/477233/6740341

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/476785/6750541

c 10-8.c

#include #include #include #include #define uint unsigned int #define uchar unsigned char uint x0,x1,x2,x3,x4,x5,x6; int L,i,j,k,b,p; uchar w[3]; uint
www.eeworm.com/read/476396/6760265

m ch4_1_4.m

F = fft2(f,256,256); imshow(F2,[-1 5],'notruesize'); colormap(jet); colorbar
www.eeworm.com/read/409579/11318864

txt thirdtrans.c.txt

#include #include #include #define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr #define PI 3.1415926535897932384626 #define CV 2.99792458 #define N 1024 #include "/home/user/
www.eeworm.com/read/407559/11415790

c 10-8.c

#include #include #include #include #define uint unsigned int #define uchar unsigned char uint x0,x1,x2,x3,x4,x5,x6; int L,i,j,k,b,p; uchar w[3]; uint
www.eeworm.com/read/407112/11429411

c sukfilter.c

/* Copyright (c) Colorado School of Mines, 2008.*/ /* All rights reserved. */ /* SUKFILTER: $Revision: 1.6 $ ; $Date: 2006/11/07 22:58:42 $ */ #include "su.h" #include "segy.h"
www.eeworm.com/read/406644/11438248

c sh506.c

#include #include #include #include #define uint unsigned int #define uchar unsigned char uint x0,x1,x2,x3,x4,x5,x6; int L,i,j,k,b,p; uchar w[3]; uint
www.eeworm.com/read/405427/11462687

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/402283/11539730

m mm2201.m

% mm2201.m N = 128; % choose a power of 2 for speed t = linspace(0,3,N); % time points for function evaluation f = 2*exp(-3*t); % evaluate the function and minimize aliasing: f(3) ~ 0 Ts = t(2)