CS115 test procedures
Hi All
We have a query from the customer related to CS115 test procedure.
. The setup includes a coaxial cable, a pulse generator with 640KV and current injection probe. Kindly explain how I can set up same on
FEKO. How can apply train of pulses to the cable? This requires time domain analysis. How this can be done?
How I can apply DFT and IDFT in post feko ??
I have to apply pulse at some location in the table and need to measure the current at 5 cm away from that location.attaching file for reference
Find more posts tagged with
Sort by:
1 - 1 of
11
Who is the customer? Is this not rather a question that should be sent to support and not on the forum?
What part of the model have you setup thus far? Have you created the cable and the excitation? A basic cable model is included in the FEKO Example Guide, see 'D-2 Calculating field coupling into a shielded cable'.
POSTFEKO allows the time signal to be defined and there are a number of signals, see '9.10 Time analysis' in the User Manual. You will probably use the 'Ramp pulse', but you can also import your time signal from a file. Since the time domain analysis is based of FFT / IFFT, the signal is repeated and you will probably only define one pulse. Also have a look at 'G-1 Time analysis of the effect of an incident plane wave on an obstacle'.
POSTFEKO does the DFT / IDFT for you as part of the time analysis, but if you want to do it yourself, it can be done using trace math (just use fft or ifft) or in the Lua scripting environment. For the Lua scripting environment, see the Matrix and ComplexMatrix objects since they both have FFT and IFFT methods. You will have to populate the matrix with your data and then perform the FFT / IFFT.
Unfortunately I don't have an example that I can readily share (maybe someone else on the forum does), but here is an extract from a project that I worked on in the past that shows the idea for getting the spectrum of a time signal and the definition of a Triangle signal.
I hope that helps. The more specific the questions are, the better the chance that we can help you.