photo

Muhammad Harriz Bin Zamri


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
161,998
of 300,369

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


How to build this circuit sinusoidal state at Matlab simulink and run it? I got problem to run it
Circuit sinusoidal steady state

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 3 answers | 0

3

answers

Question


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('time'); yl...

3 years ago | 0 answers | 0

0

answers

Question


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...

3 years ago | 1 answer | 0

1

answer