summaryrefslogtreecommitdiff
path: root/1850/CH4/EX4.4/exa_4_4.sce
blob: 1605de6d7b7eed60331ce80b586b41a163179aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Exa 4.4
clc;
clear;
close;
// Given data
Vin= 15;// in volt
SR= 0.8;// in V/micro sec
SR=SR*10^6;// in V/sec
omega= SR/Vin;
f= omega/(2*%pi);// in Hz
disp(f*10^-3,"Full power bandwidth in kHz")
disp(f*10^-3,"It means that a 741 op-amp with a sinusoidal output of 15 V amplitude will begin to show slew limiting distortion if the frequency exceeds (in KHz)")