代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/282159/9116647
asm c2cx0032.asm
.file "c2cx0032.asm"
.title "0032 point DIT Radix-2, Complex FFT"
.width 120
N .set 32 ; NUMBER OF POINTS FOR FFT
***************************
www.eeworm.com/read/282159/9116649
asm c2cx0128.asm
.file "c2cx0128.asm"
.title "0128 point DIT Radix-2, Complex FFT"
.width 120
N .set 128 ; NUMBER OF POINTS FOR FFT
***************************
www.eeworm.com/read/183081/9179444
txt readme.txt
Fast Fourier Transform (FFT) - ASM 3dNow! Code
---------------------------------------------
by Pradeepan (arulpragasam@yahoo.com)
-------------------------------------
This code is a transla
www.eeworm.com/read/379164/9205736
txt readme1st.txt
README FIRST for XFFT16
16-point, 16-bit Complex FFT
Contains:
xfft16ngo.zip: NGO files for FFT implementation with instructions
for Foundation schem
www.eeworm.com/read/378913/9213399
f90 convlv.f90
SUBROUTINE convlv(data1,n,respns,m,isign,ans)
PARAMETER(nmax=8192)
DIMENSION data1(n),respns(n)
COMPLEX fft(nmax),ans(n)
INTEGER i,m,isign,no2
do i=1,(m-1)/2
respns(n+1-i)=respns(m+1-i)
end d
www.eeworm.com/read/182149/9214829
txt readme.txt
========================================================================
CONSOLE APPLICATION : FFT
========================================================================
AppWizard has
www.eeworm.com/read/378783/9216158
f90 convlv.f90
SUBROUTINE convlv(data1,n,respns,m,isign,ans)
PARAMETER(nmax=8192)
DIMENSION data1(n),respns(n)
COMPLEX fft(nmax),ans(n)
INTEGER i,m,isign,no2
do i=1,(m-1)/2
respns(n+1-i)=respns(m+1-i)
end d
www.eeworm.com/read/378481/9229567
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/376421/9317817
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/178529/9393786
m spec.m
function [freq, a] = spec(X, N)
%%X = data of length N
%%gives frequencies and corresponding spectral estimate
%%(modulus squared of fft of the data); frequency from
%%[0, 0.5]
freq=(0:(N-1))./(2