Is there a way to access the data of the time frequency plot?
- Peter Gamma
- Posts: 180
- Joined: Sat Jun 29, 2019 11:02 am
- Location: Switzerland
- Contact:
Is there a way to access the data of the time frequency plot?
For a peak detection of the time-frequency plot these data are necessary. Is there a way to access these data?
Re: Is there a way to access the data of the time frequency plot?
You can calculate this from the RAW EEG data using a FFT.
There are many many different ways to perform a FFT calculation, so this is not included in the CSV data.
For a super basic FFT algorithm, check out this site: https://rosettacode.org/wiki/Fast_Fourier_transform
There are many many different ways to perform a FFT calculation, so this is not included in the CSV data.
For a super basic FFT algorithm, check out this site: https://rosettacode.org/wiki/Fast_Fourier_transform
- Peter Gamma
- Posts: 180
- Joined: Sat Jun 29, 2019 11:02 am
- Location: Switzerland
- Contact:
Re: Is there a way to access the data of the time frequency plot?
Thank, James, that s what I thought. Only wanted to be sure before I start doing it myself.
Re: Is there a way to access the data of the time frequency plot?
No problem. FYI, remember to set the data recording rate to constant (220/256Hz) in settings if you're doing your own FFT's.
- Peter Gamma
- Posts: 180
- Joined: Sat Jun 29, 2019 11:02 am
- Location: Switzerland
- Contact: