summaryrefslogtreecommitdiff
path: root/1574/CH6
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH6')
-rwxr-xr-x1574/CH6/EX6.1/RR_Ex_6_1.sce10
-rwxr-xr-x1574/CH6/EX6.1/Result_of_Chapter_6_Ex6_1.JPGbin0 -> 128131 bytes
-rwxr-xr-x1574/CH6/EX6.2/RR_Ex_6_2.sce12
-rwxr-xr-x1574/CH6/EX6.2/Result_of_Chapter_6_Ex6_2.JPGbin0 -> 130507 bytes
4 files changed, 22 insertions, 0 deletions
diff --git a/1574/CH6/EX6.1/RR_Ex_6_1.sce b/1574/CH6/EX6.1/RR_Ex_6_1.sce
new file mode 100755
index 000000000..817d122a1
--- /dev/null
+++ b/1574/CH6/EX6.1/RR_Ex_6_1.sce
@@ -0,0 +1,10 @@
+clc
+//Chapter8
+//Example8.15, page no 262
+//Given
+//Vm(t),Vc(t),Vmod(t)
+fm=10e3//modulating freq
+BW=2*fm// Bandwidth
+fc=100*BW//Carrier freq
+mprintf('Carrier freq for the BW to be 1%c of fc is: %d kHz','%',fc/1000)
+
diff --git a/1574/CH6/EX6.1/Result_of_Chapter_6_Ex6_1.JPG b/1574/CH6/EX6.1/Result_of_Chapter_6_Ex6_1.JPG
new file mode 100755
index 000000000..885eb56f0
--- /dev/null
+++ b/1574/CH6/EX6.1/Result_of_Chapter_6_Ex6_1.JPG
Binary files differ
diff --git a/1574/CH6/EX6.2/RR_Ex_6_2.sce b/1574/CH6/EX6.2/RR_Ex_6_2.sce
new file mode 100755
index 000000000..40442c270
--- /dev/null
+++ b/1574/CH6/EX6.2/RR_Ex_6_2.sce
@@ -0,0 +1,12 @@
+clc
+//Chapter8
+//Example6.2, page no 262
+//Given
+fmax=1600e3,fmin=500e3,IF=465e3
+//i
+fo1max=fmax+IF,fo1min=fmin+IF
+C1max_C1min=(fo1max/fo1min)^2
+//ii
+fo2max=fmax-IF,fo2min=fmin-IF
+C2max_C2min=(fo2max/fo2min)^2
+mprintf('a)\nTuning capacitor range is: %f\nb)\nTuning capacitor range is: %d',C1max_C1min,C2max_C2min)
diff --git a/1574/CH6/EX6.2/Result_of_Chapter_6_Ex6_2.JPG b/1574/CH6/EX6.2/Result_of_Chapter_6_Ex6_2.JPG
new file mode 100755
index 000000000..052e6320c
--- /dev/null
+++ b/1574/CH6/EX6.2/Result_of_Chapter_6_Ex6_2.JPG
Binary files differ