How can i filter analog signal in Matlab Simulink that has a lot of noise ?By using sgolay.

2 ビュー (過去 30 日間)
Mandeep Rana
Mandeep Rana 2017 年 3 月 28 日
回答済み: Omanshu Thapliyal 2017 年 3 月 30 日
I am currently working with the current sensor with Arduino that has a lot of noise. I have tried to use some filters. I am not satisfied with the results. The sgolay gave me very good signal but unfortunately it can not be used for standalone execution. How can i implement sgolay in Simulink. Is that possible? if not, what Are there any other methods can be used ?

回答 (1 件)

Omanshu Thapliyal
Omanshu Thapliyal 2017 年 3 月 30 日
You can have a MATLAB function block in Simulink that has the corresponding function calls to 'sgolay'. There are other ways to implement MATLAB functions in Simulink, such as s-Functions, system blocks, Fcn block, and Interpreted MATLAB Function block. You can find more information here to help you decide which method to use.

カテゴリ

Help Center および File ExchangeSignal Generation, Manipulation, and Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by