代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
www.eeworm.com/read/438013/7737633
exe fft.exe
www.eeworm.com/read/438013/7737634
frm fft.frm
VERSION 5.00
Begin VB.Form form1
Caption = "一维傅里叶变换"
ClientHeight = 6300
ClientLeft = 165
ClientTop = 450
ClientWidth = 11655
LinkTopic
www.eeworm.com/read/438013/7737635
vbp fft.vbp
Type=Exe
Form=fft.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
Module=Module1; fft.bas
Object={F9043C88-F6F2-101A-A3C9-0
www.eeworm.com/read/438013/7737636
bas fft.bas
Attribute VB_Name = "Module1"
Option Explicit
'一维快速傅氏正、逆变换
'定义全程变量
Public xr() As Single '用于FFT或IFFT输入或输出的复数实部数据
Public xi() As Single '用于FFT或IFFT输入或输出的复数虚部数据
Public Sub FFT(ByVal n As Int
www.eeworm.com/read/436284/7773011
dsw fft.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/436284/7773012
opt fft.opt
www.eeworm.com/read/436284/7773013
ncb fft.ncb
www.eeworm.com/read/436284/7773014
cpp fft.cpp
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
void four1(dou
www.eeworm.com/read/436284/7773015
plg fft.plg
Build Log
--------------------Configuration: fft - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\chengdi\L
www.eeworm.com/read/436284/7773017