rest of filters

This commit is contained in:
Edith Boles
2025-05-09 02:22:46 -07:00
parent cfc517c15e
commit e1abdd58a8
11 changed files with 9266 additions and 1079 deletions

View File

@ -4,7 +4,7 @@
{
"analysis": "TRAN",
"commands": [
".tran 1u 1.3m 0 1u uic",
".tran 100u 10m 0 100u uic",
".kicad adjustpaths",
".save all",
".probe alli",
@ -17,16 +17,48 @@
"right": 70,
"top": 30
},
"measurements": [],
"measurements": [
{
"expr": "MAX V(/FILTERS/OBP1)",
"format": "3~V"
},
{
"expr": "MAX V(/FILTERS/OBP2)",
"format": "3~V"
},
{
"expr": "MAX V(/FILTERS/OHP)",
"format": "3~V"
},
{
"expr": "MAX V(/FILTERS/OLP)",
"format": "3~V"
}
],
"showGrid": true,
"traces": [
{
"color": "rgb(255, 8, 49)",
"color": "rgb(229, 196, 148)",
"signal": "V(/FILTERS/OBP1)",
"trace_type": 257
},
{
"color": "rgb(247, 129, 191)",
"signal": "V(/LED_GAIN/BREF)",
"trace_type": 257
},
{
"color": "rgb(77, 175, 74)",
"signal": "V(/LED_GAIN/OUTB)",
"trace_type": 257
},
{
"color": "rgb(152, 78, 163)",
"signal": "V(VCC)",
"trace_type": 257
},
{
"color": "rgb(176, 180, 0)",
"color": "rgb(255, 127, 0)",
"signal": "V(VREF)",
"trace_type": 257
}