Muhammad Harriz Bin Zamri
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
206.784
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
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.105
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
How to make receiver (pcm decoding) with this tools
I try it but it say error. How I can make the receiver pcm decoding with this tools in Matlab simulink or have else tools I have...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to build this circuit sinusoidal state at Matlab simulink and run it? I got problem to run it
Circuit sinusoidal steady state
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it wrong with my equation for energy? Cause my manual calculation not same with this.
syms t; V=(1/c)*int(exp(t)*sin(3*t)); c=0.003; Energy = (1/2)*c.*V.^2; figure(3); fplot(Energy,[0 6]); grid; xlabel('time'); yl...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it my equation wrong? Cause I get a weird graph for this equation.
clear; clc; syms t; f=exp(-2*t)*tanh(4*t); c=0.000009; I=c*diff(f); figure(1); fplot(I); grid; xlabel('time'); ylabel('c...
más de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
2. If the current in 3 mF capacitor is i(t) = e ^ t * sin 3t. Plot a graph of the current vs time. Is it true this coding for this question?
clear; clc; t=0:10; f=exp(t).*sin(3*t); diff (f) c=0.003; I=c*diff(f); figure; plot(1:10,I); grid; xlabel('tim...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I try this coding but it's say plot error..what wrong with my coding?
clear; clc; syms t; f=exp(t)*sin(3*t); diff (f) c=0.003; I=c*diff(f); figure; plot(t,I); grid; xlabel('time'); yl...
más de 2 años hace | 1 respuesta | 0