From 783b5c7aaa24cde57c2627b7e46ed1dc466021a5 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 25 Feb 2024 23:54:39 +0100 Subject: [PATCH] added wave processor functions `re()` and `im()` to get real and imaginary part from modulus and phase (expressed in deg) --- doc/xschem_man/graphs.html | 2 ++ src/save.c | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/xschem_man/graphs.html b/doc/xschem_man/graphs.html index 050c5898..8fc30283 100644 --- a/doc/xschem_man/graphs.html +++ b/doc/xschem_man/graphs.html @@ -182,6 +182,8 @@ p{padding: 15px 30px 10px;}
  • exch() Exchange top 2 operands on stack
  • ravg() Running average of over a specified time window
  • del() Delete waveform by specified quantity on the X-axis
  • +
  • re() Return real part of complex number specified as magnitude and phase (in deg)
  • +
  • im() Return imaginary part of complex number specified as magnitude and phase (in deg)
  • 1 argument operators: