How Can I filter the incoming noisy signal in Simulink Desktop real time?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi Everyone,
I am conducting experiment in real time with Simulink Desktop Real Time,
I designed Model Predictive Controller in Simulink and deploy it to my hardware, but noisy (plant out) to MPC generates noisy output signal which is not desireable for me, because I am using MPC controller output signal as a topography of sample.
How can I eliminate this coming noise?
I tried to used Kalman Filter but the problem is Kalman Filter output is x^ which are my plant states, but I need output y which should fed at "mo" of MPC Simulink Block.
1 Kommentar
Mathieu NOE
am 30 Jan. 2024
either implement analog low pass filters before your input signals go the ADC, or maybe simpler here, yo can do it also digitally after the ADC
Antworten (0)
Siehe auch
Kategorien
Mehr zu Model Predictive Control Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!