summaryrefslogtreecommitdiff
path: root/1859/CH8/EX8.10/exa_8_10.sce
blob: 1c2f3624f6bdd71d51c2d176f52319a28addc376 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 8.10
clc;
clear;
close;
// Given data
f_x= 1000;// in Hz
Y= 2;// points of tangency to vertical line
X= 5;// points of tangency to horizontal line
f_y= f_x*X/Y;// in Hz
disp(f_y,"Frequency of vertical input in Hz")