I have recorded mice EEG for 24h. I want to analyze during the 24h, how much percentage of the time it shows delta oscillation. Does anyone know there is any program can be used to do so? Thank you so much!
Could you please answer, what type of analysis do you want to perform? If spectrogram is enough, most scientific packages like MatLab/Scilab/Python(+scipy+matplotlib) can do this without many efforts. What is the data format? I work with binary WDQ data for multichannel LFP from WAG/Rij rats and I analysed time intervals up to 17 hours (8 channels) with Python. However splitting is needed since you cannot store the whole data in memory at the same time.