代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/282480/9091200
sci fft.fft.sld_design_entry.sci
www.eeworm.com/read/282480/9091248
cdb fft.fft.sgate_entries.csf.cdb
www.eeworm.com/read/282480/9091255
hdb fft.fft.sgate_entries.csf.hdb
www.eeworm.com/read/282480/9091290
ddb fft.fft.tim_manager.csf.ddb
www.eeworm.com/read/378021/9253843
m zoom-fft 细化fft.m
%细化FFT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear
clc
close all hidden
format long
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
fni=input('细化FFT处理--输入数据文件名:','s');
fid=fopen(fni,'r');
sf=fscanf(fid,'%f',1);
www.eeworm.com/read/442540/7649747
h data.h
// 程序的变量定义
int Real[NUM_FFT] = {
3000,3000,3000,3000,
} ;
int Im
www.eeworm.com/read/380671/9135535
pdf matlab - spectral methods in matlab - trefethen.pdf
www.eeworm.com/read/261760/11625137
zip matlab1matlab语言基础.zip
www.eeworm.com/read/192556/8375335
zip fft.zip
www.eeworm.com/read/192236/8396795
cpp fft.cpp
#include "stdafx.h"
#include "FFT.h"
int FFT(double *fr,double *fi,int n,int flag)
{
int mp,arg,q,cntr,p1,p2;
int i,j,a,b,k,m;
double sign,pr,pi,harm,x,y,t;
d