* tests/polezero/Makefile.am tests/polezero/filt_bridge_t.cir:
New test. * tests/polezero/filt_multistage.out tests/polezero/filt_rc.out tests/polezero/filt_bridge_t.out: Prototype output as a starting point.
This commit is contained in:
parent
b15a1f0d93
commit
5cb17f3efc
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
TESTS = \
|
||||
filt_multistage.cir \
|
||||
filt_rc.cir
|
||||
filt_rc.cir \
|
||||
filt_bridge_t.cir
|
||||
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
BRIDGE-T FILTER
|
||||
V1 1 0 12 AC 1
|
||||
C1 1 2 1U
|
||||
C2 2 3 1U
|
||||
R3 2 0 1K
|
||||
R4 1 3 1K
|
||||
*
|
||||
.OP
|
||||
.PZ 1 0 3 0 VOL PZ
|
||||
.PRINT PZ ALL
|
||||
*
|
||||
.END
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
Circuit: BRIDGE-T FILTER
|
||||
|
||||
Circuit: BRIDGE-T FILTER
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
Circuit: Multistage filter
|
||||
|
||||
Circuit: Multistage filter
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
Circuit: RC filter
|
||||
|
||||
Circuit: RC filter
|
||||
|
||||
Loading…
Reference in New Issue