-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementPotential enhancements, not specified to a particular release.Potential enhancements, not specified to a particular release.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementPotential enhancements, not specified to a particular release.Potential enhancements, not specified to a particular release.