Jorje German
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
64,033
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to properly set up my Transfer function
syms s J1 = 0.0024; C1 = 0.007; K12 = 2.8; a = 0; z = 1; b = 1; p = 1; Kc = .1; Kh = ((16000)*(1/(2*pi))*(32)); Ka...
4 years ago | 1 answer | 0
1
answerQuestion
What am I doing wrong. My frequency should be like the picture.
my simulation looks like this and below is my code. clc clear all a = 2; b = 3; c = 0.25; d = 1; SimData = sim('Jg...
4 years ago | 1 answer | 0
1
answerQuestion
How to extract the first Transfer function.
I have these 3 equations X1(s)*[m1*s^2 + c1*s+(k01+k12)] = F(s) + k12*X2(s) X2(s)*[m2*s^2 + c2*s +(k12+k23)] = k12*X1(s)+k2...
4 years ago | 1 answer | 0
1
answerQuestion
My Simple model does not run when my time is set to 10 seconds
I have a stop time of 10 seconds but it doesn't seem to actually leave the 0 sec position. First time ever using simulink, what ...
4 years ago | 1 answer | 0
1
answerQuestion
Is there a way to extract my 3 transfer function in matlab given these equations.
I have these 3 equations kkj X1(s)*[m1*s^2 + c1*s+(k01+k12)] = F(s) + k12*X2(s) X2(s)*[m2*s^2 + c2*sds +(k12+k23)] = k12...
4 years ago | 1 answer | 0
1
answerQuestion
Trying to plot a step response of a given transfer function.
First time posting here so am not sure how exactly to format this or ask this. Simply I am trying to plot the step response of a...
4 years ago | 1 answer | 0