summaryrefslogtreecommitdiff
path: root/1859/CH8/EX8.13/exa_8_13.sce
blob: f4df44b9a1eee3e51faa194fa108703fc235e9d5 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 8.13
clc;
clear;
close;
// Given data
f=2000;// in Hz
T=1/f;// in sec
D=0.2;
PulseDuration= D*T;// in sec
disp(PulseDuration*10^3,"Pulse duration in ms")