I want to quantify some roughness parameters using AFM data. I tried to quantify some of them by Gwyddion software but its HHCF doesn’t have a fitting function contemplating all parameters I need.
Fit function that I found in my Gwyddion version:
y = 2sigma^2 * ( 1 - exp ( - ( r/E )^2 ))
, where, sigma is the interface width and E is the lateral correlation lenght.
Fit funtion that I was looking for:
y = 2sigma^2 * ( 1 - exp ( - ( r/E )^(2a) ))
, where a is the Hurst exponent.
I also tried to export data to origin and tried to set a new fitting function, but I got stuck on how to build it. Something went wrong since my limit bounds aren't being followed.
If anyone could help me with some insights I will be really grateful.