skrf.network.Network.h¶
- property Network.h: numpy.ndarray¶
Hybrid parameter matrix.
The h-matrix 1 is a 3-dimensional
numpy.ndarraywhich has shape fxnxn, where f is frequency axis and n is number of ports. Note that indexing starts at 0, so h11 can be accessed by taking the slice h[:,0,0].- Returns
h – the hybrid parameter matrix.
- Return type
complex
numpy.ndarrayof shape fxnxn
References