photo

qusay hawari


Last seen: 5개월 전 2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
35,532
of 300,744

평판
1

참여
10 질문
0 답변

답변 채택
20.0%

획득한 표
1

순위
 of 21,054

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,597

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


H-bridge, pwm matlab 2014
Hello Are there blocks for H-bridge and PWM in matlab/simulink 2014

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Linearization error for PID controller block in matlab2013
Hello i've been trying to simulate closed speed loop control of a PMDC motor using a PID controller but the controller wont tun...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Linearization error in PID controller block
Hello,, I have been trying to make a closed loop speed control for a PMDC motor using a PID controller. The problem is that eac...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Linearization error in PID controller block
Hello,, I have been trying to make a closed loop speed control for a PMDC motor using a PID controller. The problem is that eac...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Linearization error in PID controller block
Hello,, I have been trying to make a closed loop speed control for a PMDC motor using a PID controller. The problem is that eac...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Calling a signal from matlab workspace to simulink
How do i extract a signal that is in the matlab workpace and move it to simulink?

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


moving a signal from matlab to simulink
recObj = audiorecorder disp('Start.') recordblocking(recObj, 5); disp('End.'); play(recObj); y = getaudiodata(r...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


FM demodulation technique other than fmdemod?
Fs = 5000; % Sampling rate of signal Fc = 500; % Carrier frequency t = [0:Fs-1]'/Fs; % Sampling times m = cos(2*pi*20...

거의 11년 전 | 답변 수: 0 | 1

0

답변

질문


Plotting the frequency spectrum / didnt understand the code
X_mags = abs(fftshift(fft(signal))); bin_vals = [0 : N-1]; N_2 = ceil(N/2); fax_Hz = (bin_vals-N_2)*fs/N; plot(fax_Hz, ...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


error using Matrix Dimensions
Fs = 5000; Fc = 2000; t = [0:Fs-1]'/Fs; m = cos(2*pi*(20)*t); mhilb = conv((1/pi*t),m); s = m.*cos(2*pi*Fc*t) + mhilb.*...

거의 11년 전 | 답변 수: 1 | 0

1

답변