pop_eegfilt# pop_eegfilt(EEG, locutoff=None, hicutoff=None, filtorder=None, revfilt=0, usefft=0, plotfreqz=0, firtype='firls', causal=0, *, gui=None, renderer=None, return_com=False)# Filter EEG data through the legacy pop_eegfilt interface. Parameters: EEG (Any) locutoff (Any) hicutoff (Any) filtorder (Any) revfilt (Any) usefft (Any) plotfreqz (Any) firtype (str) causal (Any) gui (bool | None) renderer (Any | None) return_com (bool)