diff options
Diffstat (limited to '1583/CH1/EX1.3')
-rwxr-xr-x | 1583/CH1/EX1.3/IRCS_Ex_1_3.sce | 9 | ||||
-rwxr-xr-x | 1583/CH1/EX1.3/Result_of_Chapter_1_Ex1_3.jpg | bin | 0 -> 124815 bytes |
2 files changed, 9 insertions, 0 deletions
diff --git a/1583/CH1/EX1.3/IRCS_Ex_1_3.sce b/1583/CH1/EX1.3/IRCS_Ex_1_3.sce new file mode 100755 index 000000000..e5ec5805f --- /dev/null +++ b/1583/CH1/EX1.3/IRCS_Ex_1_3.sce @@ -0,0 +1,9 @@ +clc
+//Chapter 1:Introduction to Radio Communication
+//example 1.3 page no 3
+//given
+disp('The transfer function has no finite zeros ')
+p=poly([1 0.5 1],"s","c")
+x=roots(p)
+disp('The poles ')
+disp(x)
diff --git a/1583/CH1/EX1.3/Result_of_Chapter_1_Ex1_3.jpg b/1583/CH1/EX1.3/Result_of_Chapter_1_Ex1_3.jpg Binary files differnew file mode 100755 index 000000000..96d1f77e6 --- /dev/null +++ b/1583/CH1/EX1.3/Result_of_Chapter_1_Ex1_3.jpg |