Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OpenEphys.Onix1/ConfigureRhd2164.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public ConfigureRhd2164(ConfigureRhd2164 configureRhd2164)
/// </summary>
[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;

/// <summary>
/// Gets or sets the low cutoff frequency of the analog (pre-ADC) bandpass filter.
Expand Down