-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.m
14 lines (14 loc) · 840 Bytes
/
notes.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% Note arrays for use by other functions
% reference https://pages.mtu.edu/~suits/notefreqs.html
C = [32.71 65.41 130.12 261.63 523.25 1046.50 2093.00];
Csharp = [34.65 69.30 138.59 277.18 554.37 1108.73 2217.46];
D = [36.71 73.42 146.84 293.66 587.33 1174.66 2349.32];
Dsharp = [38.89 77.78 155.56 311.13 622.25 1244.51 2489.32];
E = [44.21 82.41 164.81 329.63 659.25 1318.51 2637.02];
F = [43.66 87.31 174.61 349.23 698.46 1396.91 2793.83];
Fsharp = [46.25 92.50 185.00 369.99 739.99 1479.98 2959.96];
G = [49.00 98.00 196.00 392.00 783.99 1567.98 3135.96];
Gsharp = [51.91 103.81 207.65 415.30 830.61 1661.22 3322.44];
A = [55.00 110.00 220.00 440.00 880.00 1760.00 3520.00];
Asharp = [58.27 116.54 233.08 466.16 932.33 1864.66 3729.31];
B = [61.74 123.47 246.94 493.88 987.77 1975.53 3951.07];