What is the difference between 'smooth' and 'filter' function for smoothing?

18 ビュー (過去 30 日間)
Both seems to be able to smooth data using methods like Moving Average.
Which one should be used in case for smoothing power output from Renewable energy?
What if I want to design my own filter? Like using Gauss-based method? Can I use these functions?

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 12 月 20 日
編集済み: KALYAN ACHARJYA 2018 年 12 月 20 日
Smooth: Smooths the data in the column vector using using a moving average filter. Filter is the oparand and smooth is the result. "A moving average filter smooths data by replacing each data point with the average of the neighboring data points defined within the span".
Which one should be used in case for smoothing power output from Renewable energy?
I dont think there are major difference to use it.
What if I want to design my own filter? Like using Gauss-based method? Can I use these functions?
Yes
But the application methods based on data types also, read here

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSmoothing and Denoising についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by