qusay hawari
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
35.532
of 295.569
REPUTATION
1
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
H-bridge, pwm matlab 2014
Hello Are there blocks for H-bridge and PWM in matlab/simulink 2014
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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?
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
moving a signal from matlab to simulink
recObj = audiorecorder disp('Start.') recordblocking(recObj, 5); disp('End.'); play(recObj); y = getaudiodata(r...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 10 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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, ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.*...
fast 10 Jahre vor | 1 Antwort | 0