summaryrefslogtreecommitdiff
path: root/1574/CH1/EX1.15/Signals_Ex_1_15.sce
blob: eac8a0267d76b32e5cfdd64abacc6c59de1d9f61 (plain)
1
2
3
4
5
6
7
8
9
clc
//Chapter 1
//Ex1.12, page no 43
//Given
mprintf('The given function is:\n f(t)=exp(j*wo*t) (for -inf<t<inf)\n')// Displaying the given function
disp('exp(j*wo*t)= cos(wo*t)+j*sin(wo*t)')
disp('F[exp(j*wo*t)]=F[cos(wo*t)]+F[j*sin(wo*t)]')
disp('f[exp(j*wo*t)]=pi*[d(w-wo)+d(w+wo)-d(w+wo)+d(w-wo)]')
disp('the fourier transform can be given as:'),disp(' F[exp(j*wo*t)]= 2*pi*d(w-wo)')// displaying the fourier Transform of the given function