代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/379016/9210957
s fft.s
AREA fft_non,CODE,READONLY
N equ 128
N1 equ 7
sf equ 30
import getsin
import getcos
export fft
import ar
import ai
; export i
export k
row equ 128
col equ 128
fft
www.eeworm.com/read/379016/9210962
o fft.o
www.eeworm.com/read/182230/9211023
c fft.c
#include"stdio.h"
#include"alloc.h"
#include"stdlib.h"
#include"math.h"
#include"graphics.h"
void reSort(double array[],int length);
void main(){
int N, /*采样点数目*/
www.eeworm.com/read/378855/9214481
cpp fft.cpp
#include
#include
#include
#define PI 3.1415926
#define MAX 100
void main()
{int i=0;
int *m=NULL;
int *N=NULL;
float x[MAX],y[MAX];
www.eeworm.com/read/378843/9214720
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\Realtimedsp\Demos\ICETEK-VC5509-A\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=T
www.eeworm.com/read/378843/9214724
paf fft.paf
www.eeworm.com/read/378843/9214732
wks fft.wks
www.eeworm.com/read/378843/9214736
c fft.c
#include "myapp.h"
#include "ICETEK-VC5509-EDU.h"
#include "scancode.h"
#include
#define PI 3.1415926
#define SAMPLENUMBER 128
void InitForFFT();
void MakeWave();
int INPUT[SAMP
www.eeworm.com/read/182149/9214810
plg fft.plg
Build Log
--------------------Configuration: FFT - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhourui\L
www.eeworm.com/read/182149/9214812