From 33f10e20e0853bd3723c276397b2411350347ea0 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Thu, 4 Aug 2011 19:07:12 +0000 Subject: [PATCH] Added info on PSS commit and PSS examples --- ChangeLog | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 042c55878..9616058db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ -2011-08-04 +2011-08-04 Paolo Nenzi + * (new) tests/pss , + * (new) tests/pss/colpitt_osc_pss.cir , + * (new) tests/compl_cross_quad_osc_pss.cir , + * (new) tests/hartley_osc_pss.cir , + * (new) tests/ring_osc_pss.cir , + * (new) tests/vackar_osc_pss.cir , + * (new) tests/vdp_osc_pss.cir : + Added example files for pss from Stefano Perticaroli. +2011-08-04 Robert Larice * src/frontend/commands.c , * src/frontend/runcoms.c , * src/frontend/runcoms.h , @@ -11,13 +20,14 @@ * src/spicelib/analysis/analysis.c , * src/spicelib/parser/inp2dot.c , * (new) src/include/pssdefs.h , - * (new) src/spicelib/analysis/dcpss.c , * (new) src/spicelib/analysis/pssaskq.c , * (new) src/spicelib/analysis/pssinit.c , * (new) src/spicelib/analysis/psssetp.c : - - paolo, please fix this <------------- + Committed PSS (Periodic Steady State Analysis) code from Stefano Perticaroli. + The analysis is based on the transient analysis and is able to predict the + fundamental frequency and amplitude (and also harmonics) for autonomous + systems. 2011-08-04 Robert Larice * src/spicelib/analysis/cktsetbk.c :