代码搜索:matlab fft

找到约 10,000 项符合「matlab fft」的源代码

代码结果 10,000
www.eeworm.com/read/185949/8971259

h fft.h

#ifndef NTL_FFT__H #define NTL_FFT__H #include #include NTL_OPEN_NNS #define NTL_FFTFudge (4) // This constant is used in selecting the correct // number o
www.eeworm.com/read/426899/8992501

asm fft.asm

* * *2.4 kbps MELP Proposed Federal Standard speech coder * *TMS320C5x assembly code * *version 1.0 * *Copyright (c) 1998, Texas Instruments, Inc. * *Texas Instruments has intellectual p
www.eeworm.com/read/283587/9004153

c fft.c

/* * FFT/IFFT transforms * Copyright (c) 2002 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li
www.eeworm.com/read/426674/9005585

c fft.c

//FFT.c C callable FFT function in C #define PTS 256 //# of points for FFT typedef struct {float real,imag;} COMPLEX; extern COMPLEX w[PTS]; //twiddle constants stored in w v
www.eeworm.com/read/426563/9013375

h fft.h

#ifndef _FFT_HERDER #define _FFT_HERDER #include #include #include #include #include #include using std::complex; using std::pola
www.eeworm.com/read/382603/9016954

cpp fft.cpp

// fft -- a program to model a Fast Fourier Transform (FFT). // // Copyright (C) 2001 John Dalton // // This program is free software; you can redistribute it and/or modify // it under the te
www.eeworm.com/read/382603/9017019

v fft.v

module sequential__adder(a, b, sum, clock); parameter width = 1; input [width-1:0] a; input [width-1:0] b; input clock; output [width-1:0] sum; reg [width-1:0] sum; always @(posedge
www.eeworm.com/read/283423/9021905

fft_test

www.eeworm.com/read/283277/9031743

c fft.c

#include #include #include #define PI 3.14159265358979323846 struct COMPLEX { float re; float im; } cplx , * Hfield , * S , * R , * w;
www.eeworm.com/read/382392/9032188

pjt fft.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\dsp6106\FFT\" ProjectType=Executable CPUFamily=TMS320C54XX Tool="Compiler" Tool=