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 --- 1583/CH7/EX7.5/Oscillators_Ex_7_5.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1583/CH7/EX7.5/Oscillators_Ex_7_5.sce (limited to '1583/CH7/EX7.5/Oscillators_Ex_7_5.sce') diff --git a/1583/CH7/EX7.5/Oscillators_Ex_7_5.sce b/1583/CH7/EX7.5/Oscillators_Ex_7_5.sce new file mode 100755 index 000000000..8732ea4b4 --- /dev/null +++ b/1583/CH7/EX7.5/Oscillators_Ex_7_5.sce @@ -0,0 +1,10 @@ +clc +//Chapter 7:Conditions for Oscillation +//example 7.5 page no 265 +//given +Co=3.2//shunt capacitance +C1=0.008 +k=Co/C1//ratio +fa=10^6//crystai's antiresonant frequency +fs=1+(2*k)^-1//series resonant frequency +mprintf('the series resonant frequency is %f MHz',fs) -- cgit