ece6554:project_ductedfan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece6554:project_ductedfan [2022/04/23 17:29] – [Report Considerations] pvela | ece6554:project_ductedfan [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 51: | Line 51: | ||
The thrust vector angle range should be $\psi \in [-\pi/3, \pi/3]$. Make sure to implement these limits in the simulation. | The thrust vector angle range should be $\psi \in [-\pi/3, \pi/3]$. Make sure to implement these limits in the simulation. | ||
+ | ===== Implementation ===== | ||
+ | |||
+ | Functional code stubs for the implementation are provided in the {{ ECE6554: | ||
====== Activities ======= | ====== Activities ======= | ||
----------------------- | ----------------------- | ||
Line 71: | Line 74: | ||
**Considerations: | **Considerations: | ||
- | Likewise, for better tracking some feedforward term can be added that looks a lot like a reference signal. The feedforward term to add is the acceleration needed to track the desired height of the birotor. It is recovered from the second derivative of the desired height (the $y$ coordinate). Adding this term will remove some of the gain/phase differences between the desired trajectory and the model reference trajectory, which means that the birotor | + | Likewise, for better tracking some feedforward term can be added that looks a lot like a reference signal. The feedforward term to add is the acceleration needed to track the desired height of the ducted fan. It is recovered from the second derivative of the desired height (the $y$ coordinate). Adding this term will remove some of the gain/phase differences between the desired trajectory and the model reference trajectory, which means that the ducted fan will better track the desired trajectory. |
===== Step 2: Nonlinear Controller ===== | ===== Step 2: Nonlinear Controller ===== | ||
- | Rearrange the equations to see if they can be put into a form that looks more like a linear system plus a non-linear defect. Design a controller with nonlinear cancelling terms. | + | Rearrange the equations to see if they can be put into a form that looks more like a linear system plus a non-linear defect. Design a controller with nonlinear cancelling terms. |
+ | Compare this controller with the purely linear approach and quantify performance differences if any. Do not consider | ||
//Tip:// The ducted fan is similar to the bi-rotor but has the added challenge of being non-minimum phase. The same transformation of state described in the bi-rotor project should apply to the ducted fan. You can use it as one approach to creating an adaptive controller for the nonlinear system. | //Tip:// The ducted fan is similar to the bi-rotor but has the added challenge of being non-minimum phase. The same transformation of state described in the bi-rotor project should apply to the ducted fan. You can use it as one approach to creating an adaptive controller for the nonlinear system. | ||
- | ===== Step 3: Not Sure Yet ===== | + | ===== Step 3: Nonlinear Controller with Adaptation |
- | **Only Steps 1+2 are to be done.** | + | Now consider parameter mismatch and augment the nonlinear controller |
- | ==== Nonlinear Control Lyapunov Approach, the PWMN Controller ==== | + | //Note:// One thing to be careful about is the initial transient experienced by the adaptive controllers. |
- | ==== Performance Reference Adaptive Control ===== | ||
====== Report Considerations ======= | ====== Report Considerations ======= |
ece6554/project_ductedfan.1650749350.txt.gz · Last modified: 2024/08/20 21:38 (external edit)