CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dit
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - dit - List
[
Other resource
]
2-DIT-FFT
DL : 0
一个DIT-FFT源程序生成器的源程序。采用delphi编写。-a DIT - FFT source generator of the source. Prepared using delphi.
Update
: 2008-10-13
Size
: 343.27kb
Publisher
:
李楠
[
Other resource
]
DIT-FFTsuanfazichengxu
DL : 0
DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。-DIT - FFT subroutine FFT length of 2m, m is a positive integer. FFT output on the importation of complex array. Xr which kept real signal sequence, the signal sequence xi kept the imaginary part. If the signal is less than the length of N, and the need to xr xi behind complement 0, The results of x (k) the real and imaginary parts were still stored in the array xr and xi China.
Update
: 2008-10-13
Size
: 1.07kb
Publisher
:
jia
[
Other resource
]
DIT
DL : 0
按时间抽选(DIT)的基-2 FFT算法
Update
: 2008-10-13
Size
: 984byte
Publisher
:
ZY
[
Other resource
]
128点DIT FFT
DL : 0
128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
Update
: 2008-10-13
Size
: 1.03kb
Publisher
:
王京
[
Algorithm
]
dit-dif-fft
DL : 0
快速傅立叶算法,按时间和按频率抽取的基2算法-Fast Fourier algorithm, time and frequency taken by the base 2 Algorithm
Update
: 2025-02-17
Size
: 1.05mb
Publisher
:
赵勇
[
Algorithm
]
128点DIT FFT
DL : 0
128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王京
[
matlab
]
ditfft&dft
DL : 0
用MATLAB语言编写的基2 DIT FFT子程序& 用简单的速度很低的方法计算DFT-using MATLAB prepared by the two-DIT FFT routines
Update
: 2025-02-17
Size
: 1kb
Publisher
:
egg
[
CSharp
]
FFT-c
DL : 0
傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function :/* Sample data on the dataR [] array, Operational before dataI [] array initialization to 0*/void FFT (float dataR [], float dataI [])
Update
: 2025-02-17
Size
: 3kb
Publisher
:
郑超
[
Algorithm
]
DIT-FFT
DL : 0
本人编写的按时间抽取的快速傅立叶变换算法,非常实用的算法程序。-prepared by the time taken by the Fast Fourier Transform algorithm, the algorithm is very practical procedures.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
方芳
[
Algorithm
]
2-DIT-FFT
DL : 0
一个DIT-FFT源程序生成器的源程序。采用delphi编写。-a DIT- FFT source generator of the source. Prepared using delphi.
Update
: 2025-02-17
Size
: 343kb
Publisher
:
李楠
[
Algorithm
]
2FFT
DL : 0
DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。-DIT- FFT subroutine FFT length of 2m, m is a positive integer. FFT output on the importation of complex array. Xr which kept real signal sequence, the signal sequence xi kept the imaginary part. If the signal is less than the length of N, and the need to xr xi behind complement 0, The results of x (k) the real and imaginary parts were still stored in the array xr and xi China.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jia
[
Algorithm
]
DIT-FFTsuanfazichengxu
DL : 0
DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。-DIT- FFT subroutine FFT length of 2m, m is a positive integer. FFT output on the importation of complex array. Xr which kept real signal sequence, the signal sequence xi kept the imaginary part. If the signal is less than the length of N, and the need to xr xi behind complement 0, The results of x (k) the real and imaginary parts were still stored in the array xr and xi China.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
jia
[
Communication
]
FFT--C
DL : 0
FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析-Research and Implementation of FFT algorithm (C language), one inversion algorithm sequence analysis, 2 real butterfly computation algorithm is derived, 3 DIT FFT algorithm the basic idea of analysis
Update
: 2025-02-17
Size
: 3kb
Publisher
:
sxd
[
matlab
]
myfft_DIT_DIF
DL : 0
采用DIT和DIF两种蝶形算法实现的FFT变换,其中myfft1是DIT算法,myfft2是DIF算法,已经过测试,可以方便使用。-DIT and DIF using two algorithms of FFT butterfly transformation, which myfft1 is DIT algorithm, myfft2 is the DIF algorithm, has been tested, it will be convenient to use.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
zhanghongwei
[
Algorithm
]
DIT_base0n2_FFT
DL : 0
时间抽取(DIT)基2FFT算法: 输入:先输入数组长度(8,16,32...),再输入数组内容. 输出:FFT变换结果.-Time taken (DIT) based 2FFT algorithm: Input: enter the array length (8,16,32 ...), and then type the array elements. Output: FFT transform results.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陈扬坤
[
Algorithm
]
fft_radix2
DL : 0
用FFT 计算离散傅里叶变化,时间抽取(DIT)基2算法。-Calculated using FFT Discrete Fourier changes, the time taken (DIT) radix-2 algorithm.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Ming Zhao
[
DSP program
]
DIT
DL : 0
按时间抽选(DIT)的基-2 FFT算法-Selected by time (DIT) base-2 FFT algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ZY
[
Algorithm
]
FFt-c
DL : 0
这是关于基2FFT-DIT的程序 第一个压缩文件是matlab程序,并附有原理和流程图及总结 第二个是关于c的程序-This is based on the procedures 2FFT-DIT first compressed file is a matlab program, together with flow chart and summary of the principles and the second on the procedures for c
Update
: 2025-02-17
Size
: 69kb
Publisher
:
李南
[
matlab
]
DIT
DL : 0
基于DIT任意基的FFT的程序 MATLAB实现 蝶形图-DIT-FFT MATLAB
Update
: 2025-02-17
Size
: 18kb
Publisher
:
xu qiaoyi
[
VHDL-FPGA-Verilog
]
fft-dit-fpga-master
DL : 0
快速傅里叶变换verilog代码。时域抽取(the code of fft in verilog. DIT algorithm)
Update
: 2025-02-17
Size
: 26kb
Publisher
:
slplion
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.