photo

Himanshu Sharma


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer