diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1583/CH1/EX1.3 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
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 |