JUK1
|
#include <iostream>
#include <fstream>
#include <sstream>
#include <complex>
#include "CircuitElements/Component.hpp"
#include "Maths/DynamicMatrix.hpp"
#include "Maths/dft.hpp"
#include "Maths/ForceCausal.hpp"
Go to the source code of this file.
Classes | |
struct | SParamVFDataFrom< T > |
struct | SParameterPortVF< T > |
a helper struct to store the information for the ports of an S-Parameter Block More... | |
struct | SParameterBlockVF< T > |
A vectorfitting based model of an s-parameter block. More... | |