User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:onepass_filter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:signal_commands:onepass_filter [2024/07/17 15:46] – created sgrangervisual3d:documentation:pipeline:signal_commands:onepass_filter [2025/07/24 16:47] (current) – Cleaned up page for a customer. Still needs to be put into Pipeline project format. wikisysop
Line 1: Line 1:
 ====== Onepass Filter ====== ====== Onepass Filter ======
  
-Filter a signal with a one-pass filter. This type of filter will introduce a delay in the resulting signal, but is often used for EMG signals because the latency reflects the elctro-mechanical delay. +Instead of Visual3D's default bidirectional filter, it is possible to filter a signal with a one-pass filter using the Onepass_Filter command. This type of filter will introduce a delay in the resulting signal, but is often used for EMG signals because the latency reflects the elctro-mechanical delay. This filter may also be used for impact situations, such as hitting a stationary ball.
- +
-This filter may also be used for impact situations, such as hitting a stationary ball. +
- +
-{{:Onepass_FilterDlg.png}}+
  
 ===== Pipeline Command ===== ===== Pipeline Command =====
  
-**Onepass_Filter** +<code> 
-**! /SIGNAL_TYPES=** +Onepass_Filter 
-**! /SIGNAL_FOLDER=**ORIGINAL +! /SIGNAL_TYPES= 
-**! /SIGNAL_NAMES=** +! /SIGNAL_FOLDER=ORIGINAL 
-**! /SIGNAL_COMPONENTS=** +! /SIGNAL_NAMES= 
-**! /RESULT_FOLDER=**PROCESSED +! /SIGNAL_COMPONENTS= 
-**! /EVENT_SEQUENCE=** +! /RESULT_FOLDER=PROCESSED 
-**! /EXCLUDE_EVENTS=** +! /EVENT_SEQUENCE= 
-**! /CUTOFF_FREQUENCY=**+! /EXCLUDE_EVENTS= 
-**! /[[#Num_Reflected_Frames|NUM_REFLECTED_FRAMES]]=**+! /CUTOFF_FREQUENCY=6 
-**! /[[#Num_EXTRAPOLATED_Frames|NUM_EXTRAPOLATED_FRAMES]]=**+! /NUM_REFLECTED_FRAMES=0 
-**! /[[#Num_BUFFERED_Frames|NUM_BUFFERED_FRAMES]]=**+! /NUM_EXTRAPOLATED_FRAMES=0 
-**! /FILTER_CLASS=**BUTTERWORTH +! /NUM_BUFFERED_FRAMES=0 
-**! /[[#ADD_EXTRA_FRAMES|ADD_EXTRA_FRAMES]]=**FALSE +! /FILTER_CLASS=BUTTERWORTH 
-**;** +! /ADD_EXTRA_FRAMES=FALSE 
-\\ +
-**FILTER_CLASS** can be BUTTERWORTH or CRITICALLY_DAMPED+</code> 
 + 
 +**Note**: the FILTER_CLASS can be BUTTERWORTH or CRITICALLY_DAMPED
  
 ==== Num_Reflected_Frames ==== ==== Num_Reflected_Frames ====
Line 31: Line 29:
 {{:NumReflected.jpg}} {{:NumReflected.jpg}}
  
-Filters are not particularly effective near the ends of the signal, so it is often useful to add an artificial buffer. +Filters are not particularly effective near the ends of the signal, so it is often useful to add an artificial buffer. Frames can be reflected about the endpoints.
- +
-Frames can be reflected about the endpoints.+
  
 ==== Num_Extrapolate_Frames ==== ==== Num_Extrapolate_Frames ====
Line 49: Line 45:
 ==== Add_Extra_Frames ==== ==== Add_Extra_Frames ====
  
-{{:OnePassFilteredSignalWithExtraFrames.jpg}} The one pass filter adds a delay to the signals and truncates the end of the signal.+{{:OnePassFilteredSignalWithExtraFrames.jpg}}
  
-{{:OnePassFilteredSignalWithExtraFrames.jpg}} A Onepass filter is often used as an attempt to preserve an impact condition (or sudden discontinuity in the signal). An example might be a golf club immediately before impact. In an attempt to estimate the velocity of the club immediately impact two more frames of artificial data can be added by extrapolating the signal beyond the point of impact. see the circles in the above figures.+The one pass filter adds a delay to the signals and truncates the end of the signal. 
 + 
 +{{:OnePassFilteredSignalWithExtraFrames.jpg}} 
 + 
 +A Onepass filter is often used as an attempt to preserve an impact condition (or sudden discontinuity in the signal). An example might be a golf club immediately before impact. In an attempt to estimate the velocity of the club immediately impact two more frames of artificial data can be added by extrapolating the signal beyond the point of impact. see the circles in the above figures.
  
 ===== Command Dialog ===== ===== Command Dialog =====
Line 59: Line 59:
 ===== Legacy Command Name ===== ===== Legacy Command Name =====
  
-**Butterworth_Filter_Onepass**+This command replaces the legacy Butterworth_Filter_Onepass command: 
 + 
 +<code> 
 +Butterworth_Filter_Onepass
 ! /SIGNAL_TYPES= ! /SIGNAL_TYPES=
 ! /SIGNAL_NAMES= ! /SIGNAL_NAMES=
Line 70: Line 73:
 ! /NUM_REFLECTED_FRAMES=0 ! /NUM_REFLECTED_FRAMES=0
 ! /NUM_BUFFERED_FRAMES=0 ! /NUM_BUFFERED_FRAMES=0
-**;** +
 +</code>
  
visual3d/documentation/pipeline/signal_commands/onepass_filter.txt · Last modified: 2025/07/24 16:47 by wikisysop