From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3507/CH13/EX13.15/Ex13_15.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3507/CH13/EX13.15/Ex13_15.sce (limited to '3507/CH13/EX13.15') diff --git a/3507/CH13/EX13.15/Ex13_15.sce b/3507/CH13/EX13.15/Ex13_15.sce new file mode 100644 index 000000000..7a7a1a7a0 --- /dev/null +++ b/3507/CH13/EX13.15/Ex13_15.sce @@ -0,0 +1,8 @@ +//chapter13 +//example13.15 +//page289 + +printf("i) Class A amplifier means that it raises voltage level of signal and its \nmode of operation is such that collector current flows for whole input signal. \n \n") +printf("ii) Audio voltage amplifier means it raises voltage level of audio signal \nand its mode of operation is class A. \n \n") +printf("iii) Class B power amplifier means that it raises power level of signal and its \nmode of operation is such that collector current flows for half cycle of input signal only. \n \n") +printf("iv) Class A transformer coupled power amplifier means that power amplification \nis being done, coupling is by tranformer and mode of operation is class A. \n") -- cgit