summaryrefslogtreecommitdiff
path: root/1574/CH1/EX1.12
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH1/EX1.12')
-rwxr-xr-x1574/CH1/EX1.12/Result_of_Chapter_1_Ex1_12.JPGbin0 -> 149389 bytes
-rwxr-xr-x1574/CH1/EX1.12/Signals_Ex_1_12.sce8
2 files changed, 8 insertions, 0 deletions
diff --git a/1574/CH1/EX1.12/Result_of_Chapter_1_Ex1_12.JPG b/1574/CH1/EX1.12/Result_of_Chapter_1_Ex1_12.JPG
new file mode 100755
index 000000000..6cab88049
--- /dev/null
+++ b/1574/CH1/EX1.12/Result_of_Chapter_1_Ex1_12.JPG
Binary files differ
diff --git a/1574/CH1/EX1.12/Signals_Ex_1_12.sce b/1574/CH1/EX1.12/Signals_Ex_1_12.sce
new file mode 100755
index 000000000..4df1f6b50
--- /dev/null
+++ b/1574/CH1/EX1.12/Signals_Ex_1_12.sce
@@ -0,0 +1,8 @@
+
+clc
+//Chapter 1
+//Ex1.12, page no 43
+//Given
+mprintf('The given function is:\n sgn(t)=1 (for t>0\n =-1 (for t<0)\n')// displaying the given function
+disp('sgn(t)=2u(t)-1')
+disp('the fourier transform can be given as:'),disp(' F[sgn[(t)]= 2/j*w')// displaying the fourier Transform of the given function