summaryrefslogtreecommitdiff
path: root/911/CH9/EX9.3.b/ex_9_3_b.sce
blob: 629d000458df9fe1c8adb584d46eca4acffec96e (plain)
1
2
3
4
5
6
7
8
9
//example 9.3(b)//
clc
//clears the screen//
clear
//clears all existing variables//
f=1.2*1000000/12
//from part a//
disp(f, 'frequency of given system (in Hz)=')
//in Hz//