digital-brain/content/zettels/active_damping.md

21 lines
612 B
Markdown
Raw Normal View History

2020-04-20 18:58:10 +02:00
+++
title = "Active Damping"
2022-03-15 16:40:48 +01:00
author = ["Dehaeze Thomas"]
2020-04-20 18:58:10 +02:00
draft = false
+++
Tags
:
2020-11-25 16:00:40 +01:00
There are two main control architecture to actively damp structures:
2022-03-15 16:40:48 +01:00
- [Integral Force Feedback]({{< relref "integral_force_feedback.md" >}})
- [Direct Velocity Feedback]({{< relref "direct_velocity_feedback.md" >}})
2020-11-25 16:00:40 +01:00
The idea is to apply a force proportional to the velocity (either relative or inertial) of the structure.
These are usually applied in a collocated way, meaning that the actuator and sensors are collocated (fixed to the same DoF), in order to have guaranteed stability.
2022-03-15 16:40:48 +01:00
## Bibliography {#bibliography}