From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 995/CH4/EX4.3/Ex4_3.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 995/CH4/EX4.3/Ex4_3.sce (limited to '995/CH4/EX4.3/Ex4_3.sce') diff --git a/995/CH4/EX4.3/Ex4_3.sce b/995/CH4/EX4.3/Ex4_3.sce new file mode 100755 index 000000000..2118f5936 --- /dev/null +++ b/995/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,7 @@ +//Ex:4.3 +clc; +clear; +close; +T=40*10^-3;//in Hz +f=1/T; +printf("Frequency of 40 ms waveform = %f Hz",f); \ No newline at end of file -- cgit