Skip to content

Commit 5179695

Browse files
committed
added fc detection logic
1 parent f050670 commit 5179695

17 files changed

+376
-591
lines changed

.DS_Store

4 KB
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Notebook outputs
55
# scripts/Runs/
6+
_test*.ipynb
67

78
# LaTeX auxiliary files
89
*.aux

examples/sizing-filter-CMFM/ltspice-sizing/asc/TIA-ALL_Z-LPF-AC.asc

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ SYMATTR InstName R5
116116
SYMATTR Value {R5}
117117
SYMBOL LT1818 880 640 R0
118118
SYMATTR InstName U2
119-
TEXT 232 96 Left 2 !.ac dec 200 10k 0.1G
120-
TEXT 232 176 Left 2 !.param C=5p R1=2k R2=2k R3=1k R5=1k R6=2k
119+
TEXT 232 96 Left 2 !.ac dec 200 10k 1G
120+
TEXT 232 176 Left 2 !.param C=5p R1=32k R2=2k R3=0.6k R5=6k R6=5.85k

examples/sizing-filter-CMFM/ltspice-sizing/asc/TIA-ALL_Z-LPF-Noise.asc

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ WINDOW 0 0 56 VBottom 2
112112
WINDOW 3 32 56 VTop 2
113113
SYMATTR InstName R5
114114
SYMATTR Value {R5}
115-
SYMBOL OpAmps\\LT1818 576 800 R0
115+
SYMBOL LT1818 576 800 R0
116116
SYMATTR InstName U1
117-
SYMBOL OpAmps\\LT1818 1056 816 R0
117+
SYMBOL LT1818 1056 816 R0
118118
SYMATTR InstName U2
119-
TEXT -152 128 Left 2 ;.ac dec 100 100k 1G
119+
TEXT -152 128 Left 2 ;.ac dec 100 100k 10G
120120
TEXT -464 200 Left 2 !.param C=5p R1=2k R2=2k R3=1k R5=1k R6=2k
121121
TEXT -128 240 Left 2 ;.tran 1u
122122
TEXT -448 600 Left 2 !.noise V(out) Iin7 dec 100 1k 10Meg
123-
TEXT -448 624 Left 2 ;.meas total_output_refered_rms_noise INTEG V(onoise)\n.meas total_input_refered_rms_noise INTEG V(inoise)
123+
TEXT -448 624 Left 2 !.meas total_output_refered_rms_noise INTEG V(onoise)\n.meas total_input_refered_rms_noise INTEG inoise

examples/sizing-filter-CMFM/ltspice-sizing/checkpoints/100_mse_minmax_mag_phase_2025-02-11_12-35-54.json

+1
Large diffs are not rendered by default.

examples/sizing-filter-CMFM/ltspice-sizing/checkpoints/100_mse_minmax_mag_phase_2025-02-11_16-02-09.json

+1
Large diffs are not rendered by default.

examples/sizing-filter-CMFM/ltspice-sizing/checkpoints/100_mse_minmax_mag_phase_2025-02-11_22-54-03.json

+1
Large diffs are not rendered by default.

examples/sizing-filter-CMFM/ltspice-sizing/checkpoints/100_mse_minmax_mag_phase_2025-02-12_09-06-05.json

+1
Large diffs are not rendered by default.

examples/sizing-filter-CMFM/ltspice-sizing/checkpoints/100_mse_minmax_mag_phase_2025-02-12_10-10-28.json

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)