summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.9/Ex2_9.sce
blob: a37558d3fb7a3cb80b2bf02d14ccfbb87d59028e (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 2-9, Page No- 38

clear
clc

gain_db = 60
vin = 50*10^-6

vout = 10^(60/20)*vin

printf('The output voltage is %.2f volt',vout);