summaryrefslogtreecommitdiff
path: root/2381/CH15/EX15.3/ex_3.sce
blob: a1f4935859c22200921fc6345c0a7ea9caecdb1f (plain)
1
2
3
4
5
6
7
8
9
10
//Example 3 // frequency
clc;
clear;
close;
//given data :
x=264;//key note
g=x*(3/2);//
disp(g,"frequency of note G is ,=")
cd1=x*2;//
disp(cd1,"frequency of note C is ,=")