搜索资源列表
data
- 不定长信号合并,%执行信号相加: y(n) = x1(n)+x2(n) %调用方式:[y,n] = sigadd(x1,n1,x2,n2) % y:叠加后的信号序列的序列号,包括n1和n2 % x1: 第一个信号序列,序列号为n1 % x2:第二个信号序列,序列号为n2(n2可以与n1不同)
function
- 这是matlab中的一些有用并且常见的原代码,希望有用。-This is a matlab some useful and common source code, I hope useful.
data
- 不定长信号合并,%执行信号相加: y(n) = x1(n)+x2(n) %调用方式:[y,n] = sigadd(x1,n1,x2,n2) % y:叠加后的信号序列的序列号,包括n1和n2 % x1: 第一个信号序列,序列号为n1 % x2:第二个信号序列,序列号为n2(n2可以与n1不同)-Indefinite long-Signal merger, add up to the implementation of si
DTFT-LPF-SIFGOLD-SIGSHIFT-SIGADD-SIGFOLD
- SIGFOLD/ DTFT / SIGMUL / SIGFOLD / LPF/ SIGA-SIGFOLD/ DTFT / SIGMUL / SIGFOLD / LPF/ SIGADD
sigadd
- 用于matlab ,得到相加的结果,此程序是用MATLAB编写的(For MATLAB, get the result of the addition, this program is written in MATLAB)