summaryrefslogtreecommitdiff
path: root/1061/CH8/EX8.16/Ex8_16.sce
blob: a33fe298b0288571c804be58d49655de48d4a96d (plain)
1
2
3
4
5
6
7
//Ex:8.16
clc;
clear;
close;
tr=30*10^-9;// rise time in s
Bw=0.35/tr;// bandwidth in Hz
printf("The bandwidth =%f MHz", Bw/10^6);