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.
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.