fooof_mat icon indicating copy to clipboard operation
fooof_mat copied to clipboard

A Matlab wrapper for spectral parameterization.

Results 14 fooof_mat issues
Sort by recently updated
recently updated
newest added

Hi, I followed the README and installed dependencies. I have MATLAB (9.14.0.2286388 (R2023a) Update 3) and Python (3.10.6). I tried running my own scripts, as well as all of the...

Hi! I'm using MATLAB R2023a and Python 3.9. I've successfully obtained the FOOOF results using the fooof_mat wrapper. My colleague mentioned that they can extract the pure periodic components without...

Hi! I am getting the following error and could not able to resolve it "_Unable to resolve the name py.fooof.FOOOF. Error in fooof (line 48) fm = py.fooof.FOOOF(settings.peak_width_limits, ... Error...

Hi There, I'm new to MatLab and Python.. Thanks for this foof code! I'm using MatLabR2020a and have Pythern version 3.9.2 installed. I'm receiving the following error: >> fooof_results =...

Hi everyone, First, Tom et al, this is a fantastic resource along with your other tools/papers. The comments from other issues has been incredibly helpful in my attempts to run...

I am getting this error in the fooof.m code: > Not enough input arguments. > > Error in fooof (line 50) > freqs = py.numpy.array(freqs);_ _ & if it isn't...

This PR ensures that fooof function returns the current `fooof_results` object even if contains not all properties. See #18 and ChristianGerloff/fooof_mat#1

When I try to run the MATLAB error, I get the following error, even though all the dependencies are installed and pyversion is correctly specified in MATLAB: >> example_wrapper_multi_psd Undefined...

in the matlab wrapper fooof.m, I can get through the first few lines just fine, but then when the line "fm.fit(freqs, power_spectrum, f_range)" is executed, it's taking forever. I think...

I am new to using Python in MATLAB, but would like to use fooof to analyze EEG data. I am using a Mac (Mojave 10.14.16) with MATLAB 2019a. As much...