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 pipes and the macro completed but didn't actually filter...
EditFilter Issues
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Remove the pipe symbols for sure. (Those are only meant to show that a parameter is optional.)
If the filter doesn't result in any changes then it is likely that the parameters you're using just don't have any effect. In your example it might mean that the entire record is already between 10 and 50000 Hz. You're welcome to send me an example data file.
If the filter doesn't result in any changes then it is likely that the parameters you're using just don't have any effect. In your example it might mean that the entire record is already between 10 and 50000 Hz. You're welcome to send me an example data file.
Visualize Your Data
support@dplot.com
support@dplot.com