Feeds
質問
How can a Simulink State Space block state be periodically reset?
In Simulink, can a State Space block's states be periodically reset, ie not just set on startup? If not, what alternative is t...
12ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to run two Simulink models at different rates, in the same workspace?
Is it possible to run two Simulink models at different rates, in the same workspace? I'm looking to run two identical models (o...
12ヶ月 前 | 1 件の回答 | 0
1
回答質問
Discrete-time Simulink not matching Matlab Connect()
I'm trying to understand why my discrete-time Simulink feedback loops are seemingly far from Matlab's Connect() results. Per he...
約1年 前 | 1 件の回答 | 0
1
回答質問
Discrete Derivative block (Simulink) behaves differently than expected
I'm discretizing a known-working continuous system model that includes x state outputs from the simulink Varying State Space blo...
約1年 前 | 1 件の回答 | 0
1
回答回答済み
LQI with time-delay system
"Did you set the Pade order (for linearization) value in the Transport Delay block parameters to a positive integer? If not, th...
LQI with time-delay system
"Did you set the Pade order (for linearization) value in the Transport Delay block parameters to a positive integer? If not, th...
約1年 前 | 0
回答済み
LQI with time-delay system
"The location of the delay(s) will also have different affects on the closed loop I/O response as well if the delay is on the fe...
LQI with time-delay system
"The location of the delay(s) will also have different affects on the closed loop I/O response as well if the delay is on the fe...
約1年 前 | 0
質問
LQI with time-delay system
Matlab's documentation mentions that state-space systems with dead-time (eg. plant or measurement delays) can be defined with ss...
約1年 前 | 2 件の回答 | 0
2
回答回答済み
How to add disturbance feedforward to LQI()
Thanks Paul. My question was confusing because i grammatically misunderstood something you wrote :) Your latest explanation said...
How to add disturbance feedforward to LQI()
Thanks Paul. My question was confusing because i grammatically misunderstood something you wrote :) Your latest explanation said...
約1年 前 | 0
回答済み
How to add disturbance feedforward to LQI()
1) I have more to ask later :), but was hoping to clarify Matlab nomenclature first, since that may change my questions... "Def...
How to add disturbance feedforward to LQI()
1) I have more to ask later :), but was hoping to clarify Matlab nomenclature first, since that may change my questions... "Def...
約1年 前 | 0
回答済み
How to add disturbance feedforward to LQI()
Thanks @Paul, that's useful. I didn't know that signal paths could be turned on and off as you showed in sampleBlock. Very handy...
How to add disturbance feedforward to LQI()
Thanks @Paul, that's useful. I didn't know that signal paths could be turned on and off as you showed in sampleBlock. Very handy...
約1年 前 | 0
質問
How to add disturbance feedforward to LQI()
I'm seeing an issue where adding disturbance FF to an LQI system is not causing any performance increase -- even though in my Si...
約1年 前 | 1 件の回答 | 0
1
回答質問
Standalone Application Compiler for OSX
I'm confused on the process for generating a standalone application for OSX, using Application Compiler. I've read all the docu...
1年以上 前 | 1 件の回答 | 0
1
回答質問
acker(): "Error using sym/poly". Why?
I'm trying to find the eigenvalues of a matrix H manually, where H represents some system dynamics. (The system is defined by ...
1年以上 前 | 2 件の回答 | 0
2
回答回答済み
Manually compute LQI() gains using Algebraic Riccati Equation / Hamiltonian
Thanks @Paul. Good point about being able to use place() as well. The main question was this one: Is there a better manual m...
Manually compute LQI() gains using Algebraic Riccati Equation / Hamiltonian
Thanks @Paul. Good point about being able to use place() as well. The main question was this one: Is there a better manual m...
1年以上 前 | 0
質問
Manually compute LQI() gains using Algebraic Riccati Equation / Hamiltonian
I'm attempting to compile a Matlab program for embedded use, and that program also includes lqr() and lqi(). Since neither are c...
1年以上 前 | 2 件の回答 | 0
2
回答質問
Simulink Switch doesn't propagate rate transition
How can I make a Simulink Switch to propagate rate transition? Right now I have two signal paths, of variable rates, with the r...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Extra zeros added to a TF by zero()
I'm seeing extra zeros added to a TF by zero(). Here's a state space TF, in zpk form (for compactness, as the SS form is large ...
2年弱 前 | 2 件の回答 | 0
2
回答質問
Commenting out Simulink block changes in unrelated system
I have an issue where "Commenting Through" a Simulink block semmingly changes the response of an unrelated system. Say I have u...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Simulink Matrix multiply error: unexpected scalar signal mismatch
I'm confused by a Simulink error relating to a "mismatched port size". I have a scalar signal in a feedback loop -- the exact c...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Step() not working as expected with USS state space (Uncertain Sys)
I'm trying to figure out what step() is doing with uss (uncertain) discretized state space equations, for 2nd-order systems. Th...
2年弱 前 | 1 件の回答 | 1
1
回答質問
How to tell if an object is an Uncertain state-space (USS) model?
I have a function that is overloaded, and takes both standard state space, and uncertain (uss) state space as inputs. Since c2d...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Adding InternalDelay for State Space system
Say I have a closed loop feedback system sys without any delays, represented as a state space system. It was 2 inputs: reference...
2年弱 前 | 1 件の回答 | 0
1
回答回答済み
lsim() vs step() : are different responses expected?
@Walter Roberson Thanks for verifying. I thought it was the same directory as well, ie it seems like the matching function is ca...
lsim() vs step() : are different responses expected?
@Walter Roberson Thanks for verifying. I thought it was the same directory as well, ie it seems like the matching function is ca...
2年弱 前 | 0
質問
lsim() vs step() : are different responses expected?
Are different responses expected if running lsim() and step(), both with the same unit step inputs? I have a state-space system...
2年弱 前 | 2 件の回答 | 0
2
回答質問
Discretize State Space feedback controller using c2d()
I'm looking to discretize a State Space feedback controller using c2d(), to find loop rate limits with which this feedback syste...
2年弱 前 | 1 件の回答 | 0
1
回答回答済み
Is there lqid() ? Lqr() has lqrd(), but I can't find lqid()
To answer my own question, after writing to mathworks: lqr() has lqrd(), but there isn't an equivalent for lqi(). lqi() is over...
Is there lqid() ? Lqr() has lqrd(), but I can't find lqid()
To answer my own question, after writing to mathworks: lqr() has lqrd(), but there isn't an equivalent for lqi(). lqi() is over...
2年弱 前 | 0
| 採用済み
質問
Is there lqid() ? Lqr() has lqrd(), but I can't find lqid()
Is there lqid()? Lqr() (continuous-time) has lqrd() (discrete-time), but I can't find lqid(). Is lqi() overloaded for discret...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Change rlocus() axis units to Hz?
How can I change the plotted rlocus() real axis units to Hz, vs rad/s? I tried Property Editor --> clicking on X axis --> More ...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Simulink error: Time-Varying State Space block
I have a Simulink error I can't figure out, relating to the Time-Varying State Space block dimensions. I'm using this block so...
2年弱 前 | 2 件の回答 | 1
2
回答質問
LQG issue: state estimates always perfect
I'm working through an LQG controller for a simple 2nd-order spring/mass/damper system, using an LQR controller base. See my at...
2年弱 前 | 1 件の回答 | 0