pkg://kst-1.4.0-8.fc8.x86_64.rpm:3572998/
usr/
lib64/
kde3/
kstplugins/butterworth_bandpass.xml
info downloads
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Module SYSTEM "file:/Repository/Level2/Soft/ProC/moduledef.dtd">
<module>
<intro>
<modulename name="filter_bandpass" readableName="Band pass filter"/>
<author name="Andrew Walker"/>
<description text="Filters a set of data with a zero phase Butterworth band pass filter."/>
<version minor="1" major="0"/>
<state devstate="release"/>
<filter/>
</intro>
<interface>
<input>
<table type="float" name="Y" descr="The array of data." />
</input>
<input>
<float name="Order" descr="Order of the band pass filter." default="4"/>
</input>
<input>
<float name="Central frequency/sample rate" descr="Central frequency of the band pass filter." default="0.052" />
</input>
<input>
<float name="Band width" descr="Width of the band pass filter." default="0.096" />
</input>
<output>
<table type="float" name="Filtered" descr="The array of filtered data." />
</output>
</interface>
</module>