P5

P5

My Sketch

Here is my sketch:

Pretty cool, eh?

ybar = cell(1,ftm.N);

% Iterate over n = 0, …, N-1 and evaluate modified state equation

for n = 1:ftm.N
	[ybar{n}] = simulateTimeDomain(L{n},excite.fe{n},excite.yi{n},...
    sim.T, U{n}, Uinv{n});
end
Professor of Sound in VR

My research interests include the virtual- and psychoacoustics, physical modeling and the design of virtual worlds.