ctrl_panel: Improve postfilter description

This commit is contained in:
atse 2024-07-18 18:06:40 +08:00
parent ed835ddfe6
commit ef7dbf9b5e
1 changed files with 6 additions and 6 deletions

View File

@ -215,7 +215,7 @@
}, },
{ {
"name": "rate", "name": "rate",
"title": "Postfilter Rate", "title": "50/60 Hz filter rejection",
"type": "list", "type": "list",
"value": 16.67, "value": 16.67,
"param": [ "param": [
@ -224,11 +224,11 @@
"rate" "rate"
], ],
"limits": { "limits": {
"Off": null, "Off @ 10 Hz": null,
"16.67 Hz": 16.67, "47 dB @ 10.41 Hz": 27.0,
"20 Hz": 20.0, "62 dB @ 10 Hz": 21.25,
"21.25 Hz": 21.25, "86 dB @ 9.1 Hz": 20.0,
"27 Hz": 27.0 "92 dB @ 8.4 Hz": 16.67
}, },
"tip": "Trade off effective sampling rate and rejection of (50±1) Hz and (60±1) Hz", "tip": "Trade off effective sampling rate and rejection of (50±1) Hz and (60±1) Hz",
"lock": false "lock": false