-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
Hi !
This is my parameter setting, but the result does not meet my parameter restrictions. For example, the lower limit of the peak width is 1.2, but the actual width is smaller than this.
settings = struct(...
'peak_width_limits', py.list({1.2, 20}), ...
'max_n_peaks', 15, ...
'min_peak_height', 0.1, ...
'peak_threshold', 2, ...
'aperiodic_mode', 'fixed'...
);
f_range = [1, 98];
This is the result of one of my EEG channels. You can see there are a lot of strange data. How to solve this problem?
Metadata
Metadata
Assignees
Labels
No labels
