搜索资源列表
fft&conv
- 快速傅立叶变换和圆周卷积的通用MATLAB源程序,非常有参考价值
conv
- convolutional coding matlab仿真代码,仅供参考
signal_procesing_using_matlab
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
junji.计算一维和二维卷积
- 计算一维和二维卷积,基本可以替代Matlab中的conv和conv2函数,程序很方便就可以移植成C语言..,Calculation of one-dimensional and two-dimensional convolution, the basic alternative to Matlab' s conv and conv2 function, the procedure can be easily transplanted into a C language ..
conv
- 利用DFT和IDFT计算x(n)和y(n) 的10点、15点、20点圆周卷积,然后与线形卷积结果画图比较-Calculated using DFT and IDFT x (n), and y (n) 10 points, 15 points, 20 points cyclic convolution, and then drawing comparison with the linear convolution result
conv
- matlab 卷积码的仿真,很好很实用 经过了测试的-matlab simulation of convolutional codes
conv_m
- 离散卷积 离散卷积用于离散信号中,次程序是用MATLAB编写的-Discrete convolution of discrete convolution for discrete signals, sub-process is prepared using MATLAB
conv
- 卷积编译码的matlab仿真,包括1/2,2/3 3/4三种信道卷积编译码-Matlab simulation of convolutional encoding and decoding, including 1/2, 2/3 3/4 convolutional encoding and decoding three-channel
conv
- 使用matlab计算输入信号的卷积快速卷积,对卷积的原理进行说明-conv
circonv
- 圆周卷积 循环卷积 MATLAB程序集CONV-circonv
c-juanji--conv
- 求局部最小值与卷积,lmax为MATLAB的历程 工程里是具体的c函数-Find local minimum and convolution, lmax for the project in the history of MATLAB is the specific function of c
prgm
- matlab programs used to calculate conv,autocorrelation,dft, idft,etc
conv-code
- 该程序对卷积码的编解码过程进行了simulink建模,并设置了合理参数。-The program shows the simulink model for code and decode of convolution process, and set reasonable parameters.
convYo
- simple code for a convolution on matlab without using the instruction "conv", to compare the convolution of matlab with this one.
conv
- 数字信号处理,现行卷积的matlab代码,和函数文件。-Digital signal processing, the current convolution matlab code, and function files.
matlab
- LTI系统的分析。用函数y=filter(p,d,x)实现差分方程的仿真,也可以用函数 y=conv(x,h)计算卷积,用y=impz(p,d,N)求系统的冲激响应,再用卷积来计算任意信号作用于系统的响应。-Analysis of LTI systems. With the function y = filter (p, d, x) to achieve the simulation of differential equations can also be used to calculate
inverterfed-boost-conv
- boost fed inverter developed with matlab software
cross-and-conv
- Matlab code for convolution and correlation.Takes into account the indices of the input sequences,unlike the inbuilt corr() and conv() functions.
卷积conv
- 通过C++实现卷积功能,和MATLAB效果一样,已经验证,希望对大家有所帮助。
线性卷积的计算
- 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