What is the difference between 'smooth' and 'filter' function for smoothing?
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mochammad Rhadityo Widiastomo
el 20 de Dic. de 2018
Editada: KALYAN ACHARJYA
el 20 de Dic. de 2018
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?
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 20 de Dic. de 2018
Editada: KALYAN ACHARJYA
el 20 de Dic. de 2018
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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!