Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fft
Search - fft - List
DL : 0
DSP C5402中实现FFT变换源程序-Source Routine of FFT transform in C5402
Update : 2024-05-17 Size : 17408 Publisher : 熊雪莱

DL : 0
基于dspc5402的集成开发环境,对输入信号进行fft变换,并输出到示波器等观测设备-dspc5402-based integrated development environment, the input signal fft transform, and export to other observation equipment Oscilloscope
Update : 2024-05-17 Size : 18432 Publisher : 熊雪莱

OtherFFT16
DL : 0
基于FPGA的16点FFT快速傅立叶变换的Verilog源代码。-the FFT implement of Verilog based on FPGA
Update : 2024-05-17 Size : 2048 Publisher : lsd

DL : 0
程序通过DSP来实现数字滤波FFT的功能-The program implements FFT with DSP
Update : 2024-05-17 Size : 15360 Publisher : 胡龙

DL : 0
快速傅立叶变换 采用c++编程 有源代码-FFT by C++, with source file
Update : 2024-05-17 Size : 427008 Publisher : 谢京涛

图像频率域的变换方法集合,含有fft,dct,wavlet等-Image Transform the frequency domain method pool, containing fft, Copy, etc. wavlet
Update : 2024-05-17 Size : 5120 Publisher : Gan

DL : 0
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
Update : 2024-05-17 Size : 3072 Publisher : 黄如意

DL : 0
Adsp的FFT编程,该程序包有倒序,DIT-FFT变换,带图形显示。值得一看。-the FFT program, the package is reverse, DIT- FFT transform, with graphics. An eye-catcher.
Update : 2024-05-17 Size : 4096 Publisher : 小明

windows下的FFT(快速傅立叶)分析源代码,标准版-windows under the FFT (Fast Fourier) analysis of the source code, the standard version
Update : 2024-05-17 Size : 2928640 Publisher : 雨果

基于TI DSP TMS32DM642的视频FFT变换处理程序代码。-video fft transform program based on TI DSP TMS32DM642
Update : 2024-05-17 Size : 254976 Publisher : 灵儿

DL : 0
fft的源程序,可用于单片机或DSP。运算速度快,可适用于信号的频谱分析,适用于软件解调-fft of the source can be used in single or DSP. Operational speed and can be applied to the signal spectrum analysis applies to software demodulation
Update : 2024-05-17 Size : 7168 Publisher : 吕剑飞

DL : 0
我自己写的DCT变换,8*8点的,采用FFT算法完成快速的DCT-I wrote it myself DCT, 8* 8 o'clock, FFT algorithm rapid completion of the DCT
Update : 2024-05-17 Size : 51200 Publisher : 邓云

DL : 0
fft源代码,在delphi环境下开发的。没有密码,随意下。-FFT source code, developed in Delphi. No password, you can use it freely.
Update : 2024-05-17 Size : 24576 Publisher : wwz

This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.
Update : 2024-05-17 Size : 30720 Publisher : 冰城

matlabR14
DL : 0
Ofdm-UWB的仿真模型图,适合7.0的版本,包含整个协议规定的系统,可以设置FFT的点数。-Ofdm-UWB simulation model map for the 7.0 version of the agreement include the entire system can be set FFT points.
Update : 2024-05-17 Size : 59392 Publisher : 陈立琴

DL : 0
一个基于Java编写的FFT程序,期末考试交的,比较好用!-a Java-based FFT prepared by the procedures, the end of exams, more user friendly!
Update : 2024-05-17 Size : 2048 Publisher : xxjj

关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个共扼转置可以搞顶。但FFT的使用必须找到与分解序列的关系。-on Wavelet Transform procedures [best] Note : This algorithm important concept is not speed quickly. Because FOR cycle nowadays. This program cycle from the point of view of Matrix, circular convolution and fast Fourier transform is established links. To achieve the decomposition and reconstruction without distortion. It only had one decomposition, 256x256 graphics will be 64x64 decomposition of the four graphics, avoiding the use of WKEEP () confusion. The main idea of using wavelet filter generator orthogonal array W, write to transform B = W* A* W, anti-Transform : A = W* A* W, which is orthogonal transformation all the same. W cycle orthogonal matrix, can be used to achieve rapid FFT computation, on the difficult reconstruction matrix. If a clear matrix concept, a home to a total o
Update : 2024-05-17 Size : 3072 Publisher : 罗松溪

用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 -purposes : digital image processing algorithms demo, including : Image# 8226 DFT and inverse DFT Image# 8226 FFT and inverse FFT# 8226 in the image by adding noise sine# 8226 Image Computing template image sharpening and smoothing# 8226 image histogram equalization# 8226 the contrast of the image# 8226 tensile image median filter# 8226 image histogram display# 8226 some frequency-domain filter image# 8226# 8226 mirror image rotation (90 degrees and arbitrary angle) images# 8226# 8226 Zooming other small Algorithm
Update : 2024-05-17 Size : 311296 Publisher : 例为

DL : 0
快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi-FFT fast Fourier transform of the DLL, suitable species language, VB, VC, Delphi, etc.
Update : 2024-05-17 Size : 23552 Publisher : 可永

关于声卡采集的一个程序,可做FFT,利用声卡做采集卡,可做声音的频谱分析。-card on a procedure for the acquisition, FFT can do, using sound card collection to do, to do the voice spectrum analysis.
Update : 2024-05-17 Size : 446464 Publisher : 陆冬
« 1 2 ... 43 44 45 46 47 4849 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.