DSPRelated.com
Forums

Curve smoothing in MATLAB

Started by kamran November 21, 2005
hi,

i m luking for some curve smoothing function in matlab
(other than filtering), i have some data but which is
not very smooth, so how i can make a smooth curve.

Thank you very much for your help in advance.

Regards,
Kamran



Dear Kamran
If you want to smoth data in matlab then try

spline function

depending upon your data ,cubic spline or B-spline is a good choice
,but you can go to higher polynomial regards
Syed Moinuddin
MS computer Engineering UET Taxila
Pakistan On 11/22/05, kamran <ue95038@ue95...> wrote:
> hi,
>
> i m luking for some curve smoothing function in matlab
> (other than filtering), i have some data but which is
> not very smooth, so how i can make a smooth curve.
>
> Thank you very much for your help in advance.
>
> Regards,
> Kamran