-
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 example .mat files and…
-
Hi,
I am am running fooof on linux (ubuntu) with 2024a MATLAB. When I execute the fooof.m script it gives following error: (It gives error specifically when fm.fit() is called.
` fm.fit(freqs, p…
-
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 wi…
-
Dear all,
I am trying to run FOOOF from eeglab but I get an error at line 59 saying:
"Same base class matlab.mixin.internal.indexing.Paren specified more than once for class py.foof.data.data.FOOO…
-
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 as I would like to update both or either of these, th…
-
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 this is no…
-
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, ..…
-
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 guys,
I have followed the instructions for utilizing the MATLAB wrapper for FOOOF but I keep receiving the error:
**'Unable to resolve the name 'py.fooof.FOOOF'.**
I have installed python 3.…
-
While working in matlab, for some data, I am getting '**Python Error: TypeError: 'NoneType' object is not iterable'** with the aperiodic_mode = 'knee'. This issue is sometimes specific to certain freq…