A matlab function for creating a struct representing many desired timing elements of a 1D signal
timing = Timing(512, 256); % generate a wave wave = sin(2*pi*timing.t);
There's only 1 function See the function header
Add elements which you need and remove elements you do not need