summaryrefslogtreecommitdiff
path: root/2582/CH3/EX3.16/Ex3_16.sce
blob: 3405ccc3577fd7f8dada1e0ab079465751246f46 (plain)
1
2
3
4
5
6
7
8
//Ex 3.16
clc;clear;close;
Vf=0.0125;//V
Vo=0.5;//V
Beta=Vf/Vo;//unitless
//A*Beta=1 for oscillation
A=1/Beta;//gain
disp(A,"Minimum Gain");