Feeds
답변 있음
why doesn't the function sigshift work when i use it for x(n) = 2x(n - 5) - 3x (n + 4).
locate this code in the same directory function [y,n] = sigshift(x,m,n0) % implements y(n) = x(n-n0) % ------...
why doesn't the function sigshift work when i use it for x(n) = 2x(n - 5) - 3x (n + 4).
locate this code in the same directory function [y,n] = sigshift(x,m,n0) % implements y(n) = x(n-n0) % ------...
거의 11년 전 | 0
질문
multiple fisher criteria for periodic components
i have following code clear all; clc; close all; fs=100; ts=1/fs; t=0:ts:2.93; x=24*sin(2*pi*20*t)+randn(...
거의 11년 전 | 답변 수: 0 | 0
