Home > systems > generateSyntheticVideos.m
Generates synthetic data from a LDS with random paramters
function mat = generateSyntheticVideos(vSize,order)
Generates synthetic data from a LDS with random paramters Random parameters are first generated and a time series is generated using these parameters. INPUTS vSize - [p F] the number of pixels and frames for the sequence order - order of the system and noise [n nv] OUTPUTS mat - output matrix of size p x F containing the synthetic data EXAMPLE % Written by : Avinash Ravichandran % $DATE : 10-Jun-2011 14:12:45 $ % $REVISION : 1.00 $