Himanshu Sharma
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to shrink time scale for discrete signal?
%if bits = [1,0,1,1,0,0,0,1]; % Mapping for a=1:length(bits) if bits(a) == 1 bit(a) = 5; else ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Change time scale of a discrete function by a factor?
%if % input sequence bits = [1,0,1,1,0,0,0,1]; % Mapping for a=1:length(bits) if bits(a) == 1 bit(a) = 5; ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to find autocorrelation function of a piecewise function?
syms yt(t); yt(t) = piecewise(1<t <3, 1, 3 < t < 4, -1, 0); figure subplot(2,1,1) ...
6 years 前 | 1 个回答 | 0