diff --git a/OpenEphys.Onix1/ConfigureRhd2164.cs b/OpenEphys.Onix1/ConfigureRhd2164.cs index 7fb9bf71..77d32eb0 100644 --- a/OpenEphys.Onix1/ConfigureRhd2164.cs +++ b/OpenEphys.Onix1/ConfigureRhd2164.cs @@ -50,9 +50,14 @@ public ConfigureRhd2164(ConfigureRhd2164 configureRhd2164) /// /// Gets or sets the cutoff frequency for the digital (post-ADC) high-pass filter used for amplifier offset removal. /// + /// + /// The amplifiers on the RHD2164 chip, past the analog filter, introduce a DC offset that varies with each channel. + /// The exists to remove this DC offset and ensure that all signals are centered at zero. + /// With it disabled, all the signals will appear centered at different values. + /// [Category(ConfigurationCategory)] [Description("Specifies the cutoff frequency for the digital (post-ADC) high-pass filter used for amplifier offset removal.")] - public Rhd2164DspCutoff DspCutoff { get; set; } = Rhd2164DspCutoff.Dsp146mHz; + public Rhd2164DspCutoff DspCutoff { get; set; } = Rhd2164DspCutoff.Off; /// /// Gets or sets the low cutoff frequency of the analog (pre-ADC) bandpass filter.