summaryrefslogtreecommitdiff
path: root/978/CH9/EX9.1/Example9_1.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /978/CH9/EX9.1/Example9_1.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '978/CH9/EX9.1/Example9_1.sce')
-rwxr-xr-x978/CH9/EX9.1/Example9_1.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/978/CH9/EX9.1/Example9_1.sce b/978/CH9/EX9.1/Example9_1.sce
new file mode 100755
index 000000000..d64e1cf38
--- /dev/null
+++ b/978/CH9/EX9.1/Example9_1.sce
@@ -0,0 +1,13 @@
+//chapter-9,Example9_1,pg 501
+
+fc=1.3*10^6//centre frequency
+
+fsignal=1*10^6//frequency of the signal
+
+fvfo=0.3*10^6//frequency of variable frequency oscillator
+
+per=(fvfo/fc)*100
+
+printf("percent variation\n")
+
+printf("per=%.3f",per) \ No newline at end of file