代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/288541/8623607
h fft.h
#ifndef FFT_H
#define FFT_H
//32 bit complex interleaved data format
typedef struct CPX
{
short r;
short i;
} CPX;
//Class Defenition
typedef class FFT
{
private:
__int6
www.eeworm.com/read/237367/8626674
c fft_a.c
/*
fft_a.c - Radix 2 decimation in time FFT
Using C55x C intrinsics to perform in place FFT,
the output overwrite the input array
*/
#include "icomplex.h"
#include
www.eeworm.com/read/237367/8626715
asm fft.asm
;
; fft.asm - Radix-2 complex FFT (for N=2^EXP points)
; Using table lookup method
;
; Prototype: void fft(complex *, int, complex *, int);
;
;
www.eeworm.com/read/388151/8632381
asm fft.asm
* ========================================================================= *
* TEXAS INSTRUMENTS, INC. *
*
www.eeworm.com/read/432080/8633956
mdl fft.mdl
Model {
Name "FFT"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.40"
NumMod
www.eeworm.com/read/187486/8636225
cpp fft.cpp
// FFT.cpp: implementation of the FFT class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FFT.h"
#include "math.h"
#ifdef _DEBUG
#
www.eeworm.com/read/187486/8636285
h fft.h
// FFT.h: interface for the FFT class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FFT_H__5FD4A3B4_1726_4E7B_9774_81133A3CB43A__INCLUDED_)
#define
www.eeworm.com/read/288383/8637325
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C54XX
T
www.eeworm.com/read/288383/8637330
paf fft.paf
www.eeworm.com/read/288383/8637337