% PURPOSE : Demonstrate the differences between the following
% filters on a simple DBN.
%
% 3) Particle Filter (PF)
% 4) PF with Rao Blackwellisation (RBPF)
This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.
There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the array and sorts ascending. Write a program to implement the write/read question by using synchronization mechanism and GUI.