File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,14 @@ public ConfigureRhd2164(ConfigureRhd2164 configureRhd2164)
5050 /// <summary>
5151 /// Gets or sets the cutoff frequency for the digital (post-ADC) high-pass filter used for amplifier offset removal.
5252 /// </summary>
53+ /// <remarks>
54+ /// The amplifiers on the RHD2164 chip, past the analog filter, introduce a DC offset that varies with each channel.
55+ /// The <see cref="Rhd2164DspCutoff"/> exists to remove this DC offset and ensure that all signals are centered at zero.
56+ /// With it disabled, all the signals will appear centered at different values.
57+ /// </remarks>
5358 [ Category ( ConfigurationCategory ) ]
5459 [ Description ( "Specifies the cutoff frequency for the digital (post-ADC) high-pass filter used for amplifier offset removal." ) ]
55- public Rhd2164DspCutoff DspCutoff { get ; set ; } = Rhd2164DspCutoff . Dsp146mHz ;
60+ public Rhd2164DspCutoff DspCutoff { get ; set ; } = Rhd2164DspCutoff . Off ;
5661
5762 /// <summary>
5863 /// Gets or sets the low cutoff frequency of the analog (pre-ADC) bandpass filter.
You can’t perform that action at this time.
0 commit comments