photo

Himanshu Sharma


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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; ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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) ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort