Frequency Table Function
- Updated2026-03-24
- 2 minute(s) read
Use this component to model a linear voltage-controlled voltage source system by specifying only its frequency response, using a dataset of frequency and gain values.
The Value tab in this component's properties dialog box contains the following:
| Parameter | Description |
|---|---|
| Data is in Magnitude, Phase format |
Select if you want the data triplets in the Data Set table to specify Frequency, Magnitude, Phase. Select the Magnitude units and Phase units from their drop-down lists. |
| Data is in Real, Imaginary format | Select if you want the data triplets in the Data Set table to specify Frequency, Real, Imaginary. |
| Data Set |
Enter the frequency response Data Set in this box as a set of triplets, observing the following:
Below are some examples:
You can use Multisim's standard number format. Refer to the Multisim SPICE Reference section for information. During simulation, Multisim uses interpolation to determine the missing values. The magnitude is log-interpolated while the phase is linearly interpolated. Values outside of the frequency range specified in the Data Set are taken to be those of the nearest specified frequency. |
| Group delay (sec) | Reduces the slope of the phase. |
| Custom accuracy |
In a time domain simulation, the Frequency Table Function component uses impulse response and a convolution technique to process the input. The impulse response is obtained from the sampled frequency response (using an inverse Fourier Transform). Two parameters control the sampling: the maximum frequency sampled and the frequency sampling resolution. By default, Multisim automatically chooses these parameters based on both the simulation settings (TSTOP and TMAX) and the frequency response characteristics (smallest dataset frequency difference and maximum dataset frequency). Due to computational constraints, the following restriction exists: Frequency Resolution > 2*Maximum Frequency / 65536If the above constraint is not met, then the Frequency resolution is set to: 2*Maximum Frequency / 65536.In addition, to prevent an unncessary truncation in accuracy, the following restriction exists: Frequency Resolution < 2*Maximum Frequency / 512If the above constraint is not met, then the Frequency resolution is set to: 2*Maximum Frequency / 512.Multisim also makes a conservative adjustment to any specified Frequency resolution value such that the ratio of 2*Maximum Frequency and Frequency Resolution is a power of 2. The sampling values which are actually used to calculate the impulse response are reported in the Simulation Error Log/Audit Trail. Refer to the Simulation Error Log/Audit Trail section for more information. |