Curve at the peak values

3 ビュー (過去 30 日間)
Mepe
Mepe 2019 年 3 月 16 日
コメント済み: dpb 2019 年 3 月 17 日
For the evaluation of measurement results, a curve should be laid through the maximum values (polynomial or spline). Is there a direct possibility here or must the maximum measured values be read out separately?
Many thanks!
Picture1.png
  3 件のコメント
dpb
dpb 2019 年 3 月 17 日
[OP's Answer moved to Comment...dpb]
Thanks, with
[pkt,lct] = findpeaks(ChannelE,Frequency,'Threshold',0.8);
this works quite well. What's the best way to create a fitting curve through the points? With polyfit or lsqcurvefit I was not very successful...
Many thanks!
dpb
dpb 2019 年 3 月 17 日
A smoothing spline would likely be the ticket there -- or a N peak mixed Gaussian or somesuch depending upon whether there is some sort of expected shape based on whatever it is the data represent and what the bounding curve is for--altho there's a dichotomy in that the two major peaks with the example "fit" are treated as one while the others with similar spacing are separated. The only difference appears to be the two are of essentially the same magnitude.

サインインしてコメントする。

採用された回答

Mepe
Mepe 2019 年 3 月 17 日
Thanks, with
[pkt,lct] = findpeaks(ChannelE,Frequency,'Threshold',0.8);
this works quite well. What's the best way to create a fitting curve through the points? With polyfit or lsqcurvefit I was not very successful...
Many thanks!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by