Avinash Ravichandran
 
 

Home > systems > generateSyntheticVideos.m

generateSyntheticVideos


PURPOSE

Generates synthetic data from a LDS with random paramters

SYNOPSIS

function mat = generateSyntheticVideos(vSize,order)

 

DESCRIPTION

 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 $

 

CROSS-REFERENCE INFORMATION

This function calls:

This function is called by: