germanbrain common
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
144.710
of 295.467
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
22.22%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
How to solve PID Equation
Hello Friends, e is 4 previous Error is 5 kp is 0.1 kd is 0.1 ki is 0.1 dt is 0.001 how to apply above value in PID Equat...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
PID Matlab scripts is not running
%Closed loop Algorthim %Error=Setpoint -Feedback %Setpoint:5 %Feedback:0,1,2,3,4,5(my assumption) previous_error=0; integra...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
my simple scheduler not working in stateflow
I have designed simple scheduler by took reference from example given by matlab " Schedule Simulink Algorithms by Using Stateflo...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want to build below block in simulink is it possible?
i wanto use DAC and Encoder and actuator, but I'm not found dac im simulink block(there is out line in dac in simulink)
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to draw simulink for differential equation
this is pid eqaution num = [Kd , Kp , Ki]; den = [(1+Kp) , (1+kp) , Ki]; a = tf(num,den) i want to give input ofr kp,ki,...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
hi how to solve below eqation in matlab command window in tf command
how to put this below equation in command windows. here s2 means s to the power 2 H(S)=((s2 * Kd )+ (S * Kp) + Ki)/ s2(1+Kp) +s...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to Measure frequency of ADC input analog signal
How To measure Adc input signal, what logic i shoud use, if suppose im having adc out raw data how to plot sinwae in matlab. I ...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to sample 1 Hz analog input with different sampling frequency like 2,4,6,8,Hz
How to sample 1 Hz analog input with different sampling frequncy like 2,4,6,8,hz and plot the graph.
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why im not able plot graph in 1 sec window of 16 sample
clc;clear all; close all; A=1; x=0:0.1:1; sample=16; y=A*sin((2*pi./sample)*x) figure plot(x,y)
etwa 5 Jahre vor | 1 Antwort | 0