[Eeglablist] pop_eegfiltnew() error

Mikołaj Magnuski imponderabilion at gmail.com
Thu Feb 26 09:47:51 PST 2015


Hi,

freqz is probably a variable  used in the filtering function but you seem
to have a script freqz.m somewhere on your path.

The more general problem is that in matlab, unlike many other programming
languages (R, Python, Julia etc.) the indexing operation uses the same type
of parentheses as function call. (another problem is no namespaces) Because
of this you may sometimes run into errors like the one you are reporting.
To be sure whether it is this kind of error - please paste the whole error
information (including the information about the stack of calls).
25 lut 2015 23:51 "井澤考史" <ko.izawa at gmail.com> napisał(a):

> Dear EEGLAB team,
>
> Thank you for your providing amazing tool. I am a beginner researcher of
> EEG.
> I tried to filtering function of EEGLAB, but the following message came up.
>
> Could you provide your any suggestion, if you have any idea to solve the
> problem.
>
> ------ message ------
> EEGLAB error in function pop_eegfiltnew() at line 218:
>
> Attempt to execute SCRIPT freqz as a function:
> /eeglab/freqz.m
> ------ message ------
>
> ------ command window ---------
> EDU>> eeglab
> eeglab: options file is ~/eeg_options.m
> EEGLAB: adding "Fileio" to the path; subfolders (if any) might be missing
> from the path
> EEGLAB: adding "dipfit" v2.3 (see >> help eegplugin_dipfit)
> EEGLAB: adding "firfilt" v1.6.1 (see >> help eegplugin_firfilt)
> You are using the latest version of EEGLAB.
> pop_loadset(): loading file /Users/koji/Documents/MATLAB/eeglab_data.set
> ...
> Creating a new ALLEEG dataset 1
> Done.
> pop_eegfiltnew() - performing 425 point highpass filtering.
> pop_eegfiltnew() - transition band width: 1 Hz
> pop_eegfiltnew() - passband edge(s): 1 Hz
> pop_eegfiltnew() - cutoff frequency(ies) (-6 dB): 0.5 Hz
> ------ command window ---------
>
>
> My operation is following only 3 steps.
> 1. File -> Load existing dataset
> 2. Tools -> Filter the data -> Basic FIR Filter
> 3. Enter 1 in the Lower edge box and push OK.
>
> My environment is below.
> EEGLAB : v13.4.4b with Signal Processing toolbox
> Matlab : Student version R2014a
> EEG data : eeglab_data.set (4MB provided in the EEGLAB site)
>
> Best Regard
> Koji
>
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to
> eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to
> eeglablist-request at sccn.ucsd.edu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20150226/a91b6b62/attachment.html>


More information about the eeglablist mailing list