photo

Himanshu Sharma


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta