X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=oRY7Ke9OpykHNianwyTha29gVnF/qO+hBm3zQDVJd/w=; b=QZjNS3ooI6ED/9/HYHEmNyEXOtxFnTP3/qLV+GLTPMdSBc8ZOdFWqYiveCKq++QGu/ HbzioaOPO5gwTte1Qfuois4RMCKjXCp3rfXUYWCWyKyzBagRz8HmCnDsaGzIm3ewphJ8 rM6ti6ASOL8L8f+H4A4GjPa+em3unzmObtFkH8VZdTccsfb/ILCLNpZuFCVYFLse5ubF DOyVK5TRrneDRUo/IK7jMm1DceReXFYpSetPoqcvT34wKFl7kYabxQ3ZdJUhkKHTN4cL kFQBhjrg4ZiZfeBxUxCOv4gpWiAvnHFnU/W6iYuruLHGF/o72JO3QBC1jowA3zTMdkKP 8Hzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=oRY7Ke9OpykHNianwyTha29gVnF/qO+hBm3zQDVJd/w=; b=B1bpLpy742eFqMQ+gomlO1vd0MV17ryWZJo8NfATvvydy5JpGnA7w4KAcksYdY6Guw 2BClu28PBH5rQaDrTDxY9+vOcBah+2SXVTOLnDQmJOBhSnZpKG8rFrGiTbH2eCBK9mc0 KGEXRvNboKlBgFViQqmgnJaa6UYqJHfq3DUR0eMhdC/S8XPptxP4vagKbQEHF+Na8GmC Edh+VLaoNHHPt4U9tFuMStKUPyImphDFHWmRbv2T7FddO6XeXWhBqJFL6egFfnGtlzl7 7aF7mNY23qlQku7h3FcsPQ7+D/UaTnCnyBabiJszA+imEO4bxt5MdHtjuResDk2lMYxj L8zg== X-Gm-Message-State: APjAAAUlxTxis+SSEVV2Mr+SVnRzjX7Qt+XMzTSfrNaYX6gLAXdWXaOi IJfTAKnN4BimXioakAzY8RSEDKdV X-Google-Smtp-Source: APXvYqyPbARfablKALikk7ujYqxUWRo6eTizIaRnkGlVtPXuwrtSh66MIAhlG5WH66XwppweP/Suyw== X-Received: by 2002:a19:550d:: with SMTP id n13mr13732934lfe.26.1553536921989; Mon, 25 Mar 2019 11:02:01 -0700 (PDT) Date: Mon, 25 Mar 2019 19:01:57 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Netlist --> Linear state space model Message-Id: <20190325190157.40482503db338131d5b25e7b@gmail.com> In-Reply-To: <6867B9EC-9D5F-45F8-95A3-69D9B308495F@noqsi.com> References: <6867B9EC-9D5F-45F8-95A3-69D9B308495F AT noqsi DOT com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The way I do it is to use gnetlist (or lepton-netlist) -g mathematica to make circuit equations in Mathematica. The function transferFunction from gEDAmath.nb solves them for the transfer function. I use Mathematica’s StateSpaceModel function, generally together with ToDiscreteTimeModel, to finish the job > > Unfortunately, gEDAmath.nb was never in the gEDA distribution, so my (defunct) corporate website was the source. I should make this into a github project, but until I do, I can send you the file if you want it. It would indeed be very nice if you could send me the files. This time it is a 3-phase LCL filter and I already have some state equations although not for the best form according to my knowledge then all design considerations have been considered. To write systems on state space form is however very common although some circuit easy to represent in a schematic require some work to represent on this form. Regards Nicklas Karlsson