Convolve/ Deconvolve Gaussian impulse response and unit impulse vectors

版本 1.0.0.0 (68.4 KB) 作者: Bruce Raine
This function demonstrates how to convolve and deconvolve data as well as plots it and returns it.
827.0 次下载
更新 2011/7/29

查看许可证

This function plots a Gaussian impulse response, unit impulse and the
% convolution/deconvolution of both using MATLAB's 'filter'. Specifically
% it uses 'filter' rather than 'deconv' to do the deconvolution and thereby
% returns the original Gaussian vector as well as the unit response vector.
% Vector length is maintained at 16 in all cases, the length of the input
% data vectors.
%
% By specifying a string for a filename you can save your
% plot to a jpeg file. You can either edit the variables 'g','h' and 't'
% to provide your data in row vector format or edit the given
% 'inputData.mat' file to suit your needs.
%
% EX:
% >> [a b c] = plotImpulses('afigure')

引用格式

Bruce Raine (2026). Convolve/ Deconvolve Gaussian impulse response and unit impulse vectors (https://ww2.mathworks.cn/matlabcentral/fileexchange/32387-convolve-deconvolve-gaussian-impulse-response-and-unit-impulse-vectors), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fourier Analysis and Filtering 的更多信息
版本 已发布 发行说明
1.0.0.0