代码搜索:matlab fft

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

代码结果 10,000
www.eeworm.com/read/448868/7524410

asm fft.asm

www.eeworm.com/read/448868/7524416

cmd fft.cmd

fft.obj -o fft.out -m fft.map -e start MEMORY { PAGE 0: EPROM: org=0E000h, len=1000h VECS : org=0FF80h, len=0080h PAGE 1: SPRAM: org=0060h, len=0020h
www.eeworm.com/read/448754/7526220

txt fft.txt

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "dsplib.h" //-----------------------------------------------------------
www.eeworm.com/read/448647/7528756

c fft.c

/* * FAAC - Freeware Advanced Audio Coder * Copyright (C) 2001 Menno Bakker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/448647/7528775

h fft.h

/* * FAAC - Freeware Advanced Audio Coder * Copyright (C) 2001 Menno Bakker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/447645/7548274

java fft.java

package fft; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.lang.Math; class fft { final static double PI = 3.1
www.eeworm.com/read/447581/7549339

c fft.c

void fushi_ampl_angl_to_real_imag(fushi_structure *pResult) { union_long l; l.L = (long)(*pResult).ampl * REAL_3600[ (*pResult).angl ]; l.L = l.L
www.eeworm.com/read/447100/7557986

java fft.java

//FFT.java /* 程序说明:对图像进行FFT变换。 程序修改: 最后修改时间:2008-11 作者:朱磊 */ import java.applet.Applet; import java.awt.*; //import java.awt.event.*; import java.awt.image.*;
www.eeworm.com/read/446817/7564424

cpp fft.cpp

// fft.cpp - impelementation of class // of fast Fourier transform - FFT // // The code is property of LIBROW // You can use it on your own // When utilizing credit LIBROW site //
www.eeworm.com/read/446817/7564427

h fft.h

// fft.h - declaration of class // of fast Fourier transform - FFT // // The code is property of LIBROW // You can use it on your own // When utilizing credit LIBROW site #ifndef _FF