代码搜索:DSP FFT

找到约 10,000 项符合「DSP FFT」的源代码

代码结果 10,000
www.eeworm.com/read/448754/7526220

txt fft.txt

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "dsplib.h" //-----------------------------------------------------------
www.eeworm.com/read/448647/7528756

c fft.c

/* * FAAC - Freeware Advanced Audio Coder * Copyright (C) 2001 Menno Bakker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/448647/7528775

h fft.h

/* * FAAC - Freeware Advanced Audio Coder * Copyright (C) 2001 Menno Bakker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/447645/7548274

java fft.java

package fft; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.lang.Math; class fft { final static double PI = 3.1
www.eeworm.com/read/447581/7549339

c fft.c

void fushi_ampl_angl_to_real_imag(fushi_structure *pResult) { union_long l; l.L = (long)(*pResult).ampl * REAL_3600[ (*pResult).angl ]; l.L = l.L
www.eeworm.com/read/447100/7557986

java fft.java

//FFT.java /* 程序说明:对图像进行FFT变换。 程序修改: 最后修改时间:2008-11 作者:朱磊 */ import java.applet.Applet; import java.awt.*; //import java.awt.event.*; import java.awt.image.*;
www.eeworm.com/read/446817/7564424

cpp fft.cpp

// fft.cpp - impelementation of class // of fast Fourier transform - FFT // // The code is property of LIBROW // You can use it on your own // When utilizing credit LIBROW site //
www.eeworm.com/read/446817/7564427

h fft.h

// fft.h - declaration of class // of fast Fourier transform - FFT // // The code is property of LIBROW // You can use it on your own // When utilizing credit LIBROW site #ifndef _FF
www.eeworm.com/read/446759/7565522

c fft.c

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/446750/7567219

ppt fft原理.ppt