signal_processing.py
hilbert_decomp(lfp_band_object, sampling_rate=1)
¶
Generates analytical decomposition of signals in the lfp_band_object
NOTE: This function is not currently used in the pipeline.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
lfp_band_object
|
ElectricalSeries
|
bandpass filtered LFP |
required |
sampling_rate
|
int
|
bandpass filtered LFP sampling rate (defaults to 1; only used for instantaneous frequency) |
1
|
Returns:
Name | Type | Description |
---|---|---|
envelope |
ElectricalSeries
|
envelope of the signal |