ayman daraghmah
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
253.150
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
1
respuestaPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
plot a discrete signal
[x,fs2,nbits2]= wavread('w.wav'); stem(x); I want to plot a 20 samples section of x.
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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);
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
alrededor de 9 años hace | 1 respuesta | 0