01-23-2024 10:57 AM
LabVIEW初心者です.私がやりたいことを説明します.
エッジの分解能(任意のデータ:ステップ関数や誤差関数のような形)を評価するために,
ステップ関数とガウス関数による畳み込み積分をフィッティングすることに挑戦しています.
試作品vi (2016)を添付いたします.
非線形カーブフィッティングに先ほどの畳み込み積分の関数を参照しているのですが,
「エラーコード-20041がNI_Gmath.lvlib:Nonlinear Curve Fit LM.vi:6620003で発生」
因数のレベルは、一部のデータの許容範囲外にあります。
とエラーが出ます.
畳み込み積分でフィッティングする際の方法自体が間違えている,もっといい方法がある,解決策
をご教授していただけたら,幸いです.よろしくお願いします.
Solved! Go to Solution.
01-23-2024 11:13 AM
There are many things wrong with your code, maybe fix all that first: The most glaring errors that provide 8 initial parameters, but the model actually uses 10 parameters.
I'll have a look at the rest later....
01-23-2024 12:34 PM - edited 01-23-2024 12:41 PM
See if this can give you some ideas to start:
01-23-2024 02:56 PM
I will use the translation.
Thank you for taking the time to respond. It does what I wanted to express. Thank you very much!
The convolution integral of the step function can indeed be expressed as a simple integral. It is a great learning experience.
I still lack understanding of the problems with my vi, but I will master LabVIEW using the improved version as a guide!