Hello everyone,
does anyone know if there is a way to get the exact value of the sampling frequency of the
time domain field dumps?
I understand that the simulation itself runs at a much higher sampling rate
than the stored field dumps, but I cannot find the values in any variables.
Best regards,
Manuel
Time step (or sampling frequency) of the field dumps
Moderator: thorsten
Re: Time step (or sampling frequency) of the field dumps
I assume you mean the hdf5 field dumps? The openEMS read functions contain a TD signal with the exact timesteps that were saved.
This is of course very important if you want to transform from TD to FD.
Have a close look here: https://github.com/thliebig/openEMS/blo ... dData.m#L6
As for the vtk dumps. The timestep is included in the filename.
hope that helps, br
Thorsten
This is of course very important if you want to transform from TD to FD.
Have a close look here: https://github.com/thliebig/openEMS/blo ... dData.m#L6
As for the vtk dumps. The timestep is included in the filename.
hope that helps, br
Thorsten