Source Code: caldeira_leggett.m systemcl.m systemsimple.m
Source Code: eigenfaces.m
I took the sound bank of Roland keyboard to calculate the eigensounds of the C notes of all the musical instruments in the bank. Behold the eigenInstruments:
Source Code: eigeninstruments.m
Generated using:
b = [0:1:255]; Vo = doDAC(b); plot(b,Vo);
Source Code: doDAC.m