ayman daraghmah
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
253.150
of 295.467
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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 use the fft and fftshift commands ?
generate a 10 kHz sinusoid sampled at 100 kHz. Plot four cycles of the signal. Also plot the spectrum of this signal in the int...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot a discrete signal
[x,fs2,nbits2]= wavread('w.wav'); stem(x); I want to plot a 20 samples section of x.
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
make a vector from wave sound
[x,fs,nbits] = wavread('w.wav'); %sound(x,fs); h = zeros(1,4000); h(1) = 1; h(1000) = 0.25; h(2000) = (1/16); h(3...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
generate a signal with specific frequency and sampling rate
I want to generate a one-second discrete signal with three frequencies; 500Hz, 1.5KHz and 3.5KHz and sampling frequency Fs=8KHz ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot summation of shifted discrete signals
n=-4:2; y=[1,-2,4,6,-5,8,10]; n=n-2 stem(n,y); I want to plot Z = y(n-2)+y(n+1);
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plotting a discrete signal that starts from -2
x=[1,-2,4,6,-5,8,10]; stem(x); i want to plot x , but x(0)=-5.
etwa 9 Jahre vor | 1 Antwort | 0