You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a modified knee model that could be added as an option to the aperiodic funcs. The modification adds a constant to the aperiodic knee model to fit the psd of spikes trains, allowing power to taper off to a constant value at high frequencies. It may be useful to add here at some point. The modification below also directly fits a knee frequency (mentioned in #224).
I have a modified knee model that could be added as an option to the aperiodic funcs. The modification adds a constant to the aperiodic knee model to fit the psd of spikes trains, allowing power to taper off to a constant value at high frequencies. It may be useful to add here at some point. The modification below also directly fits a knee frequency (mentioned in #224).
knee_fit = np.log10(10**b * (1 / (knee**(exp) + xs**(exp))) + c)
The text was updated successfully, but these errors were encountered: