CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - FFT implementation matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - FFT implementation matlab - List
[
Documents
]
ZOOM-FFT
DL : 0
这是一基于MATLAB的复调制ZOOM-FFT的研究和实现的一篇文章,为的是提高频率分辨率。-This is a MATLAB-based complex modulation ZOOM- FFT Research and Implementation of an article, To improve the frequency resolution.
Update
: 2025-02-19
Size
: 156kb
Publisher
:
陶陶
[
Algorithm
]
fft
DL : 0
MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages. -MATFOR FFT Visual Fortran program.MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages.
Update
: 2025-02-19
Size
: 266kb
Publisher
:
donotspam
[
Graph program
]
work
DL : 0
信号的FFT分析 利用FFT实现两序列的线性卷积。-FFT implementation using the linear convolution of two sequences
Update
: 2025-02-19
Size
: 1kb
Publisher
:
敬永明
[
matlab
]
matlab
DL : 0
用matlab实现语音的加噪去噪过程,FFT变换-Implementation using matlab voice add process noise denoising, FFT transform
Update
: 2025-02-19
Size
: 17.82mb
Publisher
:
陈猪猪
[
matlab
]
FFT_manual
DL : 0
A matlab fft implementation using matlab itself
Update
: 2025-02-19
Size
: 1kb
Publisher
:
abdullahkhateeb
[
Communication-Mobile
]
BPSK_Bernoulli
DL : 0
MATLAB Simulink程序,OFDM的仿真,FFT实现,有信道估计和均衡,信道估计采用LS估计-MATLAB Simulink program, OFDM simulation, FFT implementation, there are channel estimation and equalization, channel estimation using LS estimation
Update
: 2025-02-19
Size
: 11kb
Publisher
:
艳艳
[
Post-TeleCom sofeware systems
]
fft
DL : 0
matlab中fft数字通信源程序的实现-fft in matlab source code implementation of digital communication
Update
: 2025-02-19
Size
: 1kb
Publisher
:
田佳
[
matlab
]
FFT
DL : 0
通过本试验,基本掌握FFT算法的实现原理,同时能利用MATLAB语言编写完成FFT算法,并对给定的信号进行频谱分析。实验设备:通用计算机+MATLAB 6.0软件。 -Through this test, basically mastered the FFT algorithm implementation principle, while able to use MATLAB language to complete FFT algorithm, and a given signal spectrum analysis. Experimental equipment: general-purpose computer+ MATLAB 6.0 software.
Update
: 2025-02-19
Size
: 244kb
Publisher
:
CWN
[
matlab
]
ffthe
DL : 0
使用MATLAB来编写fft快速算法的具体实现方法的源码。-Use MATLAB to write fft Fast Algorithm for the concrete implementation method of the source code.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
魏亭
[
VHDL-FPGA-Verilog
]
FFT_Implementation_in_FPGA
DL : 0
This book is ERICSSON documentation "FFT, REALIZATION AND IMPLEMENTATION IN FPGA". Book includes some theoretical information about FFT Radix-2 and Radix-4, and also VHDL and Matlab code.
Update
: 2025-02-19
Size
: 291kb
Publisher
:
Anta
[
matlab
]
MATLAB
DL : 0
本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of digital signal processing algorithms in the basic principles, including the Z transform, DFT transform and its fast algorithm FFT and other signal transform algorithm and including IIR and FIR digital filter design and implementation, discussed in detail by using MATLAB software, the signal transformation The principle and design of digital filters ﹑ steps and implementations, and gives MATLAB-based simulation and emulation. Article Finally, the experimental results and the results made on the further explanation and clarification. Key words: Z transform, discrete Fourier transform DFT, digital filter, system architecture simulation
Update
: 2025-02-19
Size
: 250kb
Publisher
:
zhd
[
Software Engineering
]
fftcode
DL : 0
implementation of fft on the matlab simulink
Update
: 2025-02-19
Size
: 47kb
Publisher
:
tlafsgs
[
matlab
]
FFT
DL : 0
自己用Matlab写的FFT的代码,主要是为了FPGA实现的前期建模-FFT using Matlab to write their own code, mainly to preliminary modeling of FPGA implementation
Update
: 2025-02-19
Size
: 8kb
Publisher
:
zhangqunli
[
matlab
]
DCT_DFT_FFT(matlab)
DL : 0
无限长的序列也往往可以用有限长序列来逼近。对于有限长的序列我们可以使用离散傅立叶变换(DFT)。DFT是对序列傅立叶变换的等距采样。是序列傅立叶变换的等距采样。 本源码是对DCT、DFT、FFT的matlab实现-Infinitely long sequence is often a long sequence with limited approximation. For the finite length of the sequence we can use the discrete Fourier transform (DFT). DFT is a sequence of equidistant sampling Fourier transform. Is a sequence of equidistant sampling Fourier transform. The source is the DCT, DFT, FFT in matlab implementation
Update
: 2025-02-19
Size
: 4kb
Publisher
:
龙的传人
[
matlab
]
matlab-FFT
DL : 0
用matlab快速实现说话人识别中FFT,欢迎大家参考,用处很大哦-Fast Implementation matlab FFT Speaker Recognition
Update
: 2025-02-19
Size
: 3kb
Publisher
:
shunjiande
[
matlab
]
FFT
DL : 0
FFT的matlab实现,利用蝶形算法计算fft的matlab-Matlab implementation of FFT, using the matlab fft butterfly algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
cxx
[
DSP program
]
256-fft
DL : 0
这是数字信号处理DSP领域的实现FFT这一基础功能的程序,分别用VC,vhdl,matlab语言实现了256点的fft程序-This is the field of digital signal processing DSP implementation of FFT-based feature of this program, respectively VC, vhdl, matlab language to achieve a 256 point fft program
Update
: 2025-02-19
Size
: 5.63mb
Publisher
:
兵
[
Other
]
FFT-matlab-implementation
DL : 0
FFT的matlab实现,代码内包含注释-FFT matlab implementation, within the code contains comments
Update
: 2025-02-19
Size
: 68kb
Publisher
:
cnineday
[
DSP program
]
C-implementation-of-FFT
DL : 0
纯C实现的FFT,与matlab计算结果完全一样。点数必须为8,16,32,64,128,256- C implementation of FFT, and matlab calculation results are exactly the same. 8,16,32,64,128,256 points must be...
Update
: 2025-02-19
Size
: 24kb
Publisher
:
王斌
[
matlab
]
fft-master
DL : 0
fft implementation in matlab
Update
: 2025-02-19
Size
: 36kb
Publisher
:
narjiss
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.