Search found 3 matches

by bbenesch
Tue Aug 19, 2014 1:35 pm
Forum: General discussion
Topic: EditFilter Issues
Replies: 3
Views: 22451

Got it! My data set had a sampling rate of 10kHz and when I tried to do the filter manually through the Dplot window, I was shown an error that I couldn't have a cut-off frequency over 50kHz. So I just changed the cut-off frequency to 49kHz and it worked! Thanks.
by bbenesch
Tue Aug 19, 2014 1:35 pm
Forum: General discussion
Topic: EditFilter Issues
Replies: 3
Views: 22451

Got it! My data set had a sampling rate of 10kHz and when I tried to do the filter manually through the Dplot window, I was shown an error that I couldn't have a cut-off frequency over 50kHz. So I just changed the cut-off frequency to 49kHz and it worked! Thanks.
by bbenesch
Tue Aug 19, 2014 8:32 am
Forum: General discussion
Topic: EditFilter Issues
Replies: 3
Views: 22451

EditFilter Issues

I'm issues with the EditFilter command in my macro. Below is what I have in my code followed by the subsequent error that pops up.

EditFilter("bandpass",1,1,10,50000|,0|,1||)

Error processing this command: [EditFilter("bandpass",1,10,5000|,0|,1||)]

Any ideas on what I'm doing wrong? I removed the ...