Filter löschen
Filter löschen

Smooth noisy data.

5 Ansichten (letzte 30 Tage)
Riddhesh
Riddhesh am 14 Nov. 2023
Kommentiert: Riddhesh am 6 Dez. 2023
I want to smooth my noisy elevation vs distance data and also, [diff(Elevation)/diff(distance)] = grade; grade vs distance plot. I used smoothdata() command but the results are oversmoothed, it is over smoothing my data, hampel command does not work on my data ( no change in data). How do we adjust the smoothing factor for smoothdata or any other solution. Please let me know.
  1 Kommentar
Mathieu NOE
Mathieu NOE am 14 Nov. 2023
it would help (yourself) if you would share your code + data

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Cris LaPierre
Cris LaPierre am 14 Nov. 2023
Bearbeitet: Cris LaPierre am 15 Nov. 2023
You seem to know how to smooth your data in MATLAB, but are struggling with what the appropriate settings are. I'd suggest exploring the various options interactively by using the Smooth Data live task. It might be a simpler way to test out a variety of settings without having to have an in-depth knowlege of the underlying code.
Once you get the results you want, you can turn the live task into executable code.
  1 Kommentar
Riddhesh
Riddhesh am 6 Dez. 2023
It worked. Thank you so much!

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by