TSI_Config/doc/filter.jsonc
2024-12-26 17:38:14 +08:00

23 lines
249 B
JSON

{
"slot":1,
"id":1,
"rack_type":"TMR",
"active":true,
"filter":[
{
"type":"high_pass",
"low":5,
"high":1000
},
{
"type":"low_pass",
"low":5,
"high":1000
},
{
"type":"band_pass",
"low":5,
"high":1000
}
]
}