Model Amplifier Gain Variation with Output Swing

I am modeling an operational transconductance amplifier (OTA) in Simulink. The model consists of a transconductor and a load impedance which converts the output current of the transconductor to a voltage. The load impedance is a parallel RC circuit.
I want the value of the resistor to be a function of the output voltage. The intent is to model the reduction in output impedance of an OTA as drain-source voltage of the output transistors approaches their saturation voltage.
What is the best way to do this?
Without the variable resistance, I could just use a Transfer Function block to model the parallel RC—can I parameterize that block? Also, how would I avoid an algebraic loop as the output voltage is calculated using the resistance which is a function of the output voltage?
Thank you.

 채택된 답변

Abhishek
Abhishek 2023년 4월 14일
편집: Abhishek 2023년 4월 14일

0 개 추천

Hi David,
I understand that you're trying to replicate the IV characteristics of transistor in saturation region using Operational Transconductance Amplifier. To achieve this, it is important to ensure that the output impedance increases with increasing voltage to prevent an increase in current (ignoring Channel-Length modulation effects).
To accomplish this, one approach is to use a Varying Transfer Function block, which allows you to implement the transfer function with a controlled R as a coefficient. You can refer to the documentation for further details: Transfer function with varying coefficients - Simulink (mathworks.com)
Another approach, albeit less useful, is to use a transistor, like a MOS device, as a voltage-controlled resistor in series with a resistance, with its gate connected to the output of the amplifier.

댓글 수: 1

The Varying Transfer Function block is exactly what I was looking for.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 RF Toolbox에 대해 자세히 알아보기

제품

릴리스

R2021b

질문:

2023년 4월 4일

댓글:

2023년 4월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by