代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/350687/10719749
h fft.h
// FFT.h: interface for the FFT class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FFT_H__CD593AE1_37AE_4519_9265_74AF04330DE7__INCLUDED_)
#define
www.eeworm.com/read/350586/10730283
c fft.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#include"math.h"
#define PI 3.1415926
#defi
www.eeworm.com/read/350586/10730311
paf fft.paf
www.eeworm.com/read/350586/10730349
cmd fft.cmd
-l rts2800_ml.lib
-stack 400h
-heap 100
MEMORY
{
PAGE 0 : PROG(R) : origin = 0x80000, length = 0x10000
PAGE 0 : BOOT(R) : origin = 0x3FF000, length = 0xFC0
PAGE 0 : RESET(R)
www.eeworm.com/read/350586/10730416
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\dsp\t7\fft\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="
www.eeworm.com/read/421395/10737979
c fft.c
#include
#define SWAP(a,b) {tempr=(a); (a) = (b); (b) = tempr;}
/******************************************************************************
* If 'isign' = 1, replaces 'data'
www.eeworm.com/read/421395/10737987
h fft.h
#ifndef FFT_H
#define FFT_H
void fft(float data[], int nn, int isign);
float complex_mag(float re, float im);
#endif
www.eeworm.com/read/276404/10741630
c fft.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define LCDCOM XBYTE [0xa000] // 命令/状态寄存器地址
#define LCDDATA XBYTE [0xa001] // 数据寄存地址
#defi
www.eeworm.com/read/420850/10771001
gel fft.gel
menuitem "FFT: 傅立叶变换控制"
dialog StartFFT(nParam1"Start FFT(1-Yes 0-No):")
{
m_uVideoStatus=nParam1;
}
www.eeworm.com/read/350068/10774716