Humidity Transients signal correction model advice

1 回表示 (過去 30 日間)
Dharmesh Joshi
Dharmesh Joshi 2022 年 10 月 11 日
回答済み: sai charan sampara 2023 年 10 月 6 日
Hi
I am working with some electronic chemical no2 sensor.
These sensor are effected by both temperture and humdity, Temperture is fairly simple to correct as its linear, but humdity introduce transients spikes, as shown in the extract from any application note. Has anyone worked on anything similar to correct a signal?
Thanks

回答 (1 件)

sai charan sampara
sai charan sampara 2023 年 10 月 6 日
Hello Dharmesh,
As per my understanding you would like to remove/correct the spikes from the humidity signal obtained from sensors.
For removing spikes, you can try using the “medfilt1” function in MATLAB which is 1 Dimensional median filtering of a signal.
It replaces values of a signal at a point with the median of the signal values in the neighbouring points. The number of neighbouring points to be considered can be given as an input.
Please refer to the following documentation to know about “medfilt1” and removing spikes from a signal:
I hope this resolves the issue you were facing.

カテゴリ

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

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by