搜索资源列表
FFT
- 基于MATLAB平台实现利用FFT计算线性卷积-MATLAB-based platform for the realization of the linear convolution calculation using FFT
FFTandIFFT
- 利用matlab进行FFT和IFFT计算线性卷积,并得到其曲线-Using matlab FFT and IFFT calculations for linear convolution, and get the curve
shiyaner21
- 给定两个序列 x(n)=[2,1,1,2],h(n)=[1,-1,-1,1,], 。首先直接在时域计算两者的线性卷积;然后用FFT快速计算二者的线性卷积,验证结果。-Given two sequences, a.First directly evaluated both linear convolution in time domain Then using FFT fast calculation of the two linear convolution, the verification
fft
- 计算线性卷积 b.分别用FFT计算它们的5点、6点、8点和10点圆周卷积。 实验程序 -Computing linear convolution b. FFT were used to calculate their 5:00, 6:00, 8:00 and 10:00 circular convolution. Experimental procedures
111
- 基于matlab的利用FFT计算线性卷积的方法-Based on the use of FFT FFT linear method
线性卷积的计算
- 1.编制一个计算两个序列线性卷积的程序,计算y(i)=x(m)*h(n),分别绘制x(m)和h(n),以及线性卷积结果y(i)的图形,使用matlab自带的conv函数来验证结果。 2.使用matlab自带的FFT和iFFT程序,实现线性卷积的快速计算,并对计算结果进行绘制。(1. Make a program to calculate the linear convolution of two sequences, calculate y (I) = x (m) * H (n), draw t