代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/426783/8999515
m exa090300_2.m
%-----------------------------------------------------------------------------
% exa090300_2.m, for fig. 9.3.2,
%-----------------------------------------------------------------------------
clea
www.eeworm.com/read/426679/9004381
m getrp.m
% obtain range profile
function rg=getrp(x)
% x source range profile
% rg the train and test matrix after preprocess
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
for i=1:260
% g
www.eeworm.com/read/283550/9007953
c fftbench.c
/************************************************************************
fftbench
------------------------------------------------------------------------
Function:
The FFT routine u
www.eeworm.com/read/426630/9010121
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/283489/9017414
m exa090300_2.m
%-----------------------------------------------------------------------------
% exa090300_2.m, for fig. 9.3.2,
%-----------------------------------------------------------------------------
clea
www.eeworm.com/read/283403/9023790
txt 53. c28x fast fourier transforms library (sprc081).txt
Fast Fourier Transforms are an efficient class of algorithms for the digital computation of the N-point Fourier transform (DFT). In general, their input sequence are assumed to be complex. In many rea
www.eeworm.com/read/184566/9093299
m exa090300_2.m
%-----------------------------------------------------------------------------
% exa090300_2.m, for fig. 9.3.2,
%-----------------------------------------------------------------------------
clea
www.eeworm.com/read/381159/9106906
cpp main.cpp
#include
//#include
#include "complex.h"
#include "fft2.h"
using namespace std;
int main()
{
cout
www.eeworm.com/read/282159/9116624
asm c2cx0064.asm
.file "c2cx0064.asm"
.title "0064 point DIT Radix-2, Complex FFT"
.width 120
N .set 64 ; NUMBER OF POINTS FOR FFT
***************************
www.eeworm.com/read/282159/9116637
asm c2cx0016.asm
.file "c2cx0016.asm"
.title "0016 point DIT Radix-2, Complex FFT"
.width 120
N .set 16 ; NUMBER OF POINTS FOR FFT
***************************