用matlab中con函数求卷积

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/02 00:36:14

用matlab中con函数求卷积
用matlab中con函数求卷积

用matlab中con函数求卷积
用matlab中con函数求卷积
nction coresult = xcorr_my(A,B)
% XCORR_MY 自编相关函数
% copyright @lskyp 2009
% 2009.05.11
length1 = length(A);
length2 = length(B);
if length1 ~= length2
if length1