Skip to content

hdf5 data format #254

Nov 18, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi, this is just random simulation which I set to log .h5 file at frequency domain and open it in Octave:

[portEtField portEtMesh] = ReadHDF5Dump(['simulation_output' '/electric field HDF5_electric field port.h5']);

K is E-field complex value Ex, Ey, Ez
E_complex = sqrt(Ex^2 + Ey^2 + Ez^2)
E_magnitude = abs(E_complex)

https://docs.octave.org/v4.4.0/Complex-Arithmetic.html

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MedericQUT
Comment options

@LubomirJagos42
Comment options

Answer selected by MedericQUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants