代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/442906/7642485
obj fft.obj
www.eeworm.com/read/442906/7642486
pdb fft.pdb
www.eeworm.com/read/442906/7642487
exe fft.exe
www.eeworm.com/read/442906/7642494
doj fft.doj
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