ahmad ramadan
Followers: 0 Following: 0
Estadística
14 Preguntas
2 Respuestas
CLASIFICACIÓN
123.800
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
35.71%
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
Pregunta
face detection of multiple faces inside one image
I tried the following code, It performs the face dection and cropping process on only one image(contain only one face) and onl...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
an error in modulation
i want to translate(modulate) the recorded signal by 5kHz , but i get an error shown below last line %we define the time interv...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i sample this code
how can i sample this code at fs=10000 my code n = 0:35; a = 1.2; K =0.0017; x = K*a.^n; stem(n,x); xlabel('Tim...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to set the amplitude of the exponential sequence to 1
i have this code how to make the maximum amplitude to be 1 my code N=1000; %Number of samples A=1; t=0:100:N; x=A*ex...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how to solve this error
i want to sample the function at fs=10,000 i have this code when i run it i get error t=0:1/50e3:10e-3; d=[0:1/1e...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
sampling sawtooth sequence at high rate
why matlab give error fs = 10000 n=0:10000 t = 0:1/fs:1.5; x1 = sawtooth(2*pi*50*t); subplot(2,1,1) stem(n,x1) axis([0 0....
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
sampling rate in sawtooth
how i can sample the code at rate 10,000 sample % Program P1_4 % Generation of a sinusoidal sequence n = 0:40; f = 0....
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
loop while for where
i have this code but i do not knew how to run it function y=quantr(b,x) delta=2./(2.^b); s=zeros(1,2^b); s(1)=-1+delta/2;...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
plot figure stem subplot
when run my code matlab give me error why? n1 = 0:50; f1 = 0.05; phase1 = 0; peak = 1.0; A1 = 1.0; ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
loop for while etc
how to write this code <</matlabcentral/answers/uploaded_files/137565/1.PNG>>
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
mu law expander error
i have sawtooth function when i expanded the function using this function <</matlabcentral/answers/uploaded_files/137550/1.PN...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestamu law compressor function
may explain what you did thaanx lot
alrededor de 6 años hace | 0
Pregunta
mu law compressor function
i have sawtooth function when i compress the function using this function <</matlabcentral/answers/uploaded_files/137514/Cap...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
describing code (for loop)
can you describe the code below function [Y] = mu_law_expander(Xq,u) for n = 1:numel(Xq) disp(n); Y(n) = ((-1 ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to get zero mean normalized input
how to get zero mean normalized input for for example saw tooth sequence
alrededor de 6 años hace | 2 respuestas | 0