代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
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
www.eeworm.com/read/446744/7567277
doc fft.doc
www.eeworm.com/read/443941/7620035
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ti\ICETEK\VC5509AE\VC5509Ae\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C
www.eeworm.com/read/443941/7620039
paf fft.paf
www.eeworm.com/read/443941/7620044