Himanshu Sharma
Followers: 0 Following: 0
Statistik
3 Fragen
0 Antworten
RANG
122.443
of 295.448
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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
AntwortenFrage
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
AntwortFrage
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