Skip to content

Parameter settings do not work #359

@psychi0

Description

@psychi0

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];

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions