diff options
Diffstat (limited to '992/CH3/EX3.8/ex3_8.txt')
-rwxr-xr-x | 992/CH3/EX3.8/ex3_8.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/992/CH3/EX3.8/ex3_8.txt b/992/CH3/EX3.8/ex3_8.txt new file mode 100755 index 000000000..cda061ecb --- /dev/null +++ b/992/CH3/EX3.8/ex3_8.txt @@ -0,0 +1,10 @@ +//Caption:Program to calculate deviation to be used.
+//Exa:3.8
+clc;
+clear;
+close;
+//Given:
+Bw=150;//in KHz
+mod_f=10;//in KHz
+dev=Bw/2 - mod_f;
+printf("\n deviation to be used = %f KHz",dev);
\ No newline at end of file |