summaryrefslogtreecommitdiff
path: root/995/CH4/EX4.3/Ex4_3.sce
blob: 2118f59364c8aa1c6c58b37952a41716ebb08237 (plain)
1
2
3
4
5
6
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);