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"
#include <immintrin.h>
Go to the source code of this file.
Classes | |
struct | SParameterPort< T > |
a helper struct to store the information for the ports of an S-Parameter Block More... | |
struct | SParamLengthOffset |
struct | SParameterSequence< T > |
a helper struct to store the DTIR sequence for the bloc More... | |
struct | SParameterBlock< T > |
A DTIR based model of an s-parameter block. More... | |