Guidelines for Defining a Time Signal

The simulated frequency range and frequency sampling affects the time signal that can be created.

Note:
  • If part of the time signal does not fall within the same frequency range as the simulation, it is possible that the windowing effect can introduce numerical artefacts in the time domain results.
  • The time signal repeats due to the application of an inverse fast Fourier transformation (IFFT) on the frequency domain simulation results. Care should be taken that the repeating time signal corresponds to the desired time signal.

Follow these basic guidelines when defining a time signal:

Total Signal Duration ( s d )

For a given total signal duration of s d , the lowest frequency to be simulated is given by:

(1) f min = 1 s d

The total signal duration should allow for the response signal to decay sufficiently before the time signal repeats.

Note: The duration of the response signal decay is model dependent and only required when the signal is not intended as a repeating time signal pulse.

Time Sampling ( d t )

The time step d t will be given by:

(2) d t = 1 ( 2 × f max )
where f max is the highest frequency to be simulated.

Number of Time Samples ( N t )

The number of time samples is derived from:

(3) N t = s d d t

Number of Positive Frequency Samples

The number of frequency samples (positive) excluding zero is given by:

(4) N f = N t 2

Bandwidth Calculation of Time Signals

The total power content of the time signal is calculated as follows:

Pt = P1 + P2 + Pi + ... + Pn
where
 Pi = (SpectrumValue(F(i-1))^2 + SpectrumValue(F(i))^2) * 0.5 * (F(i) - F(i-1)).
The bandwidth of the time signal is then calculated as follows:
BW = [Fstart, Fend]
where Fstart = Fi for the lowest frequency where Pi > 10% * Pt

and Fend = Fi for the lowest frequency where Pi > 90% * Pt.

In summary, the model should be simulated from fmin to fmax. The POSTFEKO power bandwidth calculation as described above gives an indication of the frequency range where most of the signal power is contained.

POSTFEKO will use this power bandwidth to give a warning when there is insufficient overlap between the simulated frequency range and the power bandwidth.