From ef7dbf9b5e8756ff29d14b43976cbca9073b140e Mon Sep 17 00:00:00 2001 From: atse Date: Thu, 18 Jul 2024 18:06:40 +0800 Subject: [PATCH] ctrl_panel: Improve postfilter description --- pytec/pytec/gui/view/param_tree.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pytec/pytec/gui/view/param_tree.json b/pytec/pytec/gui/view/param_tree.json index 34f0114..eba9a65 100644 --- a/pytec/pytec/gui/view/param_tree.json +++ b/pytec/pytec/gui/view/param_tree.json @@ -215,7 +215,7 @@ }, { "name": "rate", - "title": "Postfilter Rate", + "title": "50/60 Hz filter rejection", "type": "list", "value": 16.67, "param": [ @@ -224,11 +224,11 @@ "rate" ], "limits": { - "Off": null, - "16.67 Hz": 16.67, - "20 Hz": 20.0, - "21.25 Hz": 21.25, - "27 Hz": 27.0 + "Off @ 10 Hz": null, + "47 dB @ 10.41 Hz": 27.0, + "62 dB @ 10 Hz": 21.25, + "86 dB @ 9.1 Hz": 20.0, + "92 dB @ 8.4 Hz": 16.67 }, "tip": "Trade off effective sampling rate and rejection of (50±1) Hz and (60±1) Hz", "lock": false