Skip to content

[ENH] Update IRASA #234

Description

@ryanhammonds

In the IRASA paper, the algorithm section notes that they split the signal into 10 overlapping segments of 90% of the signal, run IRASA on each segment, then average the resulting psd and psd_aperiodic across segments. The current IRASA implementation in neurodsp doesn't segment the signal. This may be worth adding. Kwargs for n_segs and seg_fract could be added so n_segs=1 and seg_fract=1 would produce the same results as the current implementation, while n_segs=10 and seg_fract=.1 would reproduce the paper's algorithm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementPotential enhancements, not specified to a particular release.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions