代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/442208/7657120
asv fft.asv
function y=FFT(x,N)
M=log2(N);
long=length(x);
if(long
www.eeworm.com/read/441491/7669823
txt fft.txt
函数名:_FFT 功能:FFT变换 用法:void _FFT(double *fr, double *fi, int n, int flag) 参数:fr:采样点的实数表,fi:采样点的虚数表,n:采样点个数,flag:flag=0表示求 Fourier变换,flag=1表示求逆Fourier变换 返回:无
C的FFT: void _FFT(double
www.eeworm.com/read/440730/7682473
ncb fft.ncb
www.eeworm.com/read/440730/7682476
cpp fft.cpp
// fft.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "fft.h"
int _tmain(int argc, _TCHAR* argv[])
{
/*
//for testing the part of complex
complex a = {1,2},b = {-2,1},c;
printf("\
www.eeworm.com/read/440730/7682478
h fft.h
/* ===================fft.h=========================
Header file for the FFT routines
This program is free software; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/440730/7682480
obj fft.obj
www.eeworm.com/read/440730/7682490
sln fft.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fft", "fft\fft.vcproj", "{13D2AEFC-36C1-4F48-BE5A-50E6667E6CFF
www.eeworm.com/read/440730/7682491