MATLAB: Hi everyone! i need assistance. How to generate a smoothing polynomial for a non smoothed polynomial/function

MATLABsignal processing

How to generate a smoothing polynomial for a non smoothed polynomial/function?

Best Answer

I would use the sgolayfilt (link) function to create a Savitzky-Golay smoothing filter.
Related Question