craddm / eegUtils

An R package for processing and plotting of electroencephalography (EEG) data
https://craddm.github.io/eegUtils/
Other
105 stars 27 forks source link

Error when browsing data after filtering #143

Closed wenboyu0803 closed 2 months ago

wenboyu0803 commented 2 months ago

Hi, i found an error when browsing eegdata: raw.21.resam <- eegUtils::eeg_downsample(raw.21, 4) browse_data(raw.21)
browse_data(raw.21.resam)

the second code could work but not the third. the error shows: Error in check_q(q, data$srate) : srate / q must give a round number. i suppose that the value of q is not related to the function of browse_data.

Thanks for your help.