summaryrefslogtreecommitdiff
path: root/991/CH20/EX20.1/Example20_1.sce
blob: 0f14995ceb63dcf84cdc0de44afc18d34ba59e53 (plain)
1
2
3
4
5
6
//Example 20.1.
clc
format(6)
disp("    CMRR = Ad / Acm = 10^5")
acm=(10^5)/(10^5)
disp(acm,"    Therefore, the common-mode gain, Acm = Ad / CMRR =")