搜索资源列表
fft
- 由上述实验过程的图像变化可知,经过傅立叶变换和反变换及dCT离散余弦变换和反变换后,图像都发生了很大的变化,首先是经过2-d傅立叶变换后,图像数据频域出现高频数据集中,低频数据在四周的现象,然后再经过2-d傅立叶变换反变换后,图像再次恢复原始图。而2-d离散余弦变换对图像的影响也是如此。
dSP实验箱5502上fft算法程序
- 这是我们学校的dSP实验箱5502上fft算法程序,保证可以用,功能很全,程序中有dSP初始化,A/d采样,fft 的运算等过程.对不同的输入信号进行 fft 变换,它可以对不同的输入信号进行 fft 变换,观看不同信号在频域内的特性。-This is our school s dSP fft algorithm on a test box 5502 program, to ensure that you can use, features a very full, the program ha
fft2d.rar
- 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-d and 2-d Fast Fourier Transform, Perform a 2d fft inplace given a complex 2d array
first
- 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-dimensional Fast Fourier Transform The purpose of this project is to develop a 2-d fft program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
fft_Simulation
- dSP2812 fft代码,使用TI公司的fft库,使用了CCS中的仿真,测试可用-dSP2812 fft code, the use of TI' s fft libraries, the use of CCS in the simulation, the test can be used ~ ~
fftdll
- 关于快速傅里叶变换的动态链接库 fft-d-Fast Fourier Transform fft-dLL dynamic link library
fft-dIF
- 自己编写的C语言基于频率抽取的基2fft算法,用于大家学习交流-I have written C language based on the frequency of taking the base 2fft algorithm, for them to learn from the exchange of
Fundamentals-Of-dogital-Signal-Processing
- 第 1 章 数字信号处理概述 第 2 章 模数转换和数模转换 第 3 章 数字信号 第 4 章 差分方程与滤波 第 5 章 卷积与滤波 第 6 章 z 变换 第 7 章 傅立叶变换与滤波器形状 第 8 章 数字信号频谱 第 9 章 有限脉冲响应滤波器 第 10 章 无限脉冲响应滤波器 第 11 章 dFT和fft处理-Chapter 1 digital Signal Processing outlined in Chapter 2 analog-digit
efficient_registration
- 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-d rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded fft (fast Fourier transform), this code uses selective upsamp
TwodimensionalFastFourierTransform
- 本实验要求开发一个2-d fft程序包,使其可以应用于后续的几个实验。这个程序需要完成的功能是用因子(-1)^(x+y)乘以输入图像以实现滤波的中心变换,并还要求用一个实矩阵乘以一个复数矩阵通过调用两个图像的乘法程序来实现对应元素的相乘,同时计算反傅立叶变换,得到的结果乘以(-1)^(x+y)并取其实部最后计算频谱。实验中用到傅立叶变换的基本公式,通过实验我们可以更加深刻的理解频域滤波的基础。-The experiment calls for the development of a 2-d F
fft64
- dSP 2812的 64点fft的C程序-2812 proceedings of the 64-point fft
dSP-c-Matlab-Programs-ManualV19
- 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的dSP+c+Matlab联合编程手册-dIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INdEX 1. Architecture of dSP chips-TMS 320C 6713 dSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
fftInterpolate
- Performs N-d fft interpolation any data for which fftn works. Will upsample by zero-filling, downsample by truncating high frequencies, or combine both up- and downsampling by dimension to allow arbitrary reshaping.-Performs N-d fft interpolation on
d
- IP核应用,详细的介绍了关于FPGA中IP核的应用-IP core application, a detailed presentation on the application of FPGA in the IP core ,,,,,,
fft
- dsp 使用c语言实现通过dsp技术对外部输入的语音数据进行fft计算其频谱,得到其频域特征-dsp by dsp using c language implementation of voice technology on the external input data to calculate the fft spectrum, by its frequency-domain characteristics of
msp430
- msp430 实验代码 1,MSP430开发基础 2,键盘设计 3,数码管显示电路设计 4,液晶模块接口 5,MSP430 CRC 6,中文输入法 7,数据压缩算法 8,FIR滤波 9,fft算法 10,波特率自动识别 11,串行存储 12;NANd flash 接口 13;A/ d,TLV2541 14;dA dAC8830 15;AdS1241 16;温度 TMP100 17;定时器 dAC
dSP-exp
- 这是中国科学技术大学的dsp实验内容,包括fft,卷积,滤波器设计等内容,可供学习MATLAB以及深入理解dsp原理之用-This is dsp experiment of USTC, including fft, convolution, filter design, etc., for learning MATLAB and in-depth understanding of the principle of dsp.
FreqCalculate
- 各种变换:// fft() - 一维快速付立叶变换 // Ifft() - 一维快速付立叶逆变换 // Fourier() - 二维快速傅立叶变换 // IFourier() - 二维快速傅立叶逆变换 // dCT() - 一维快速离散余弦变换 // IdCT() - 一维快速离散余弦逆变换 // FreqdCT() - 二维快速离散余弦变换 // IFreqdCT() - 二维快速离散余弦逆变换,图象的二维离散小波变换-Var
dIP
- dIP fft与Ifft,用对话框来实现dIP的相关功能-dIP fft and Ifft, with a dialog box related functions to achieve the dIP
FPGA--SIGNAL-fft-FIR
- 目前,在极高频率的电子装置或系统中不能采用数字信号处理的原因有两个:一是A/d转换器的速度不能达到足够快 二是信号处理任务太复杂,达不到实时处理的要求.-At present, in the high frequency of the electronic device or system cannot use the digital signal processing for two reasons: one is the A/d converter cannot reach the spee