模拟集成电路(6)----单级放大器(共源共栅级 Cascode Stage) 大信号分析 对M1 V x ≥ V i n − V T H 1 V x V B − V G S 2 V B ≥ V i n − V T H 1 V G S 2 V_{x}\geq V_{in}-V_{TH1}\quad V_{x}V_{B}-V_{GS2}\\V_{B}\geq V_{in}-V_{TH1}V_{GS2} Vx…
一、运行结果; 二、源代码;
# define _CRT_SECURE_NO_WARNINGS
# include <stdio.h>//声明函数;
//最大公约数;
int greatdivisor(int x, int y);//最小公倍数;
int leastmultiple(int x, int y);int main()
{/…