TEOH CHEE JIN
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
93.879
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
2 Público Canales
EVALUACIÓN MEDIA
30
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to label x-axis of stem plot that consist spectrum?
I am plotting the graph using stem. What code should I write to label the x-axis with spectrum? I have tried xticklabels but it ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create low pass filter to remove the signal greater than 40pi?
I am designing a filter to remove the unwanted signal in my D(w). The intention is to remove the signal at 4960pi and 5040pi (on...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot the graph with different amplitudes at different frequencies?
For the amplitude of D(w), I have used the command "simplify" and obtained that there are two different amplitudes at different ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Error using indexing Invalid indexing or function definition. Indexing must follow MATLAB indexing.
I encounter "Error using indexing Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function argum...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot the signal having convolution in frequency domain?
I am doing a signal project to perceive the signals undergoing convolution, modulation and demodulation. The MATLAB script is a...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Why the fourier transform of a signal does not produce any graphing?
Hi, I have written a MATLAB code to convert the signal equations from time domain into frequency domain. However, when plotting ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Error using sym/subsindex when doing convolution of two signals (cosine function and impulse function) in MATLAB.
%create symbolic functions x, a, b, c, d, e, f_c with independent variable t syms x a h b c d e f_c t tau x(t) = cos(100*pi*t)...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Why do I receive 'Error using sym>tomupad' in Line 6 when plotting impulse signal with right time shifting?
%create symbolic functions x, a, b, c, d, e, f_c with independent variable t syms x(t) a(t) h(t) b(t) c(t) d(t) e(t) f_c(t) x(...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Rewrite the script without using continue and break statement.
I have written a code as below: a=5:-1:-2; i=1; while(1) if(a(i)<0) break; end b=a(i)*2; i=i+1; ...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to enable while 1 loop in matlab?
I am planning to make a BMI calculation in which this program will prompt the user to enter new inputs repetitively as long as b...
casi 3 años hace | 1 respuesta | 0