What is the N coefficient filter in simulink?

490 ビュー (過去 30 日間)
Rikke Pedersen
Rikke Pedersen 2016 年 5 月 3 日
回答済み: SASANK DAS 2022 年 2 月 4 日
What is the N coefficient filter in simulink? What effect does it have on the PID controller?

回答 (2 件)

Vaibhav Awale
Vaibhav Awale 2016 年 5 月 6 日
Hi Rikke,
Please refer to this post:
The filter coefficient is used to implement derivative action. Since implementing something like "Kd*s" is not possible since implementing improper transfer function is not possible. Hence instead of "Kd*s", we do something like:
Kd*(N*s/(s+N)).
So if N is sufficiently large, it tends to "Kd*s"
Hope this helps.
  2 件のコメント
José Miguel Riquelme Domínguez
José Miguel Riquelme Domínguez 2020 年 5 月 8 日
Hi Vaibhav, I have the following question: how can implement in Simulink a PID expressed like this? I'm not able to put it in Simulink's form. Thanks for your help,
José Miguel
MYO ZIN AUNG
MYO ZIN AUNG 2020 年 6 月 26 日
You can use Simulink Transfer Function Block.

サインインしてコメントする。


SASANK DAS
SASANK DAS 2022 年 2 月 4 日
Can I give filter cofficient as N=2000, which will giving good indcutor current response for my buck converter, rather than using N=100(which will producing more noice)

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by