Open
Description
@TomDonoghue do you think it would be useful to add an option to fit a knee frequency parameter? I have a fork where I've converted y = 10^offset * (1/(knee + x^exp))
to y = 10^offset * (1/(knee_freq^exp + x^exp))
. This is based on the knee to knee_freq conversion: knee_freq = knee**(1./exponent)
. I think this makes the knee parameter a more interpretable feature of spectra, and it allows passing bounds like (1, 40 Hz) to curve_fit if one wants to limit the range of knee freq locations.