Update cdsFilt authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
......@@ -30,6 +30,12 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th
| `_Name00` - `_Name09` | The names of the individual filters, set when coefficients are loaded from the filter file. | 16 Hz |
### DAQ Capable Fast Channels
DAQ channels are generated for each filter module, but need to be added to the DAQ channel list to be recorded by the DAQ.
You do this by adding the name of the channel (without the '_DQ' suffix) to a DAQ Channel block
> ![image](uploads/261973e8325cf35f9e6b3c70230ae936/image.png)
| Channel Suffix | Function | Sample Rate |
| ----------- | ------------------------------------------- | ---- |
| `_EXC_DQ` | The latest value from the excitation input to the filter. (EXC on medm) | Full Model Rate, unless decimated in DAQ channel list |
......
......