simulateFrequencyResponse
R2026bSimulate circuit in frequency domain and obtain real and imaginary impedance
Since R2025a
Syntax
Description
[
simulates the equivalent circuit model, realImpedance,imaginaryImpedance] = simulateFrequencyResponse(circuitModel,frequency)circuitModel, in the frequency
domain and returns the real and imaginary impedance.
[
also plots the frequency response and returns the handle to the plot. This plot is the
Nyquist representation of the circuit impedance.realImpedance,imaginaryImpedance,figureHandle] = simulateFrequencyResponse(circuitModel,frequency,Plot="on")

