Pulse Problem
Posted: Mon Dec 04, 2006 10:15 am
Hi there,
I've been pondering over a problem for ages now and can't seem to get round it. Hopefully someone will be able to help me?
I have an input that is a set of pulses randomly distributed over one month. At this point I do not know the width ie time the pulse is to run for so I have set it to 1.
I need to increase the width of the pulse as it passes through processes which have a time associated with them.
An additional problem I am having is that I have three separate strands of these pulses and where there is a pulse at the same time, I need to increase the height of the pulse.
To summarise:
immediate pulse: 10010010
urgent pulse: 01011100
routine pulse: 00001111
I would like this to add the pulses to show: 11022221
This would also need to show the time delays of each pulse.
So, immediate once through all the processes should be a width of 24 hrs, urgent 168 hrs and routine 336 hrs. Note these times are all the delays added together, but I would need to show the status after each delay.
Any help would be much appreciated.
Gem
I've been pondering over a problem for ages now and can't seem to get round it. Hopefully someone will be able to help me?
I have an input that is a set of pulses randomly distributed over one month. At this point I do not know the width ie time the pulse is to run for so I have set it to 1.
I need to increase the width of the pulse as it passes through processes which have a time associated with them.
An additional problem I am having is that I have three separate strands of these pulses and where there is a pulse at the same time, I need to increase the height of the pulse.
To summarise:
immediate pulse: 10010010
urgent pulse: 01011100
routine pulse: 00001111
I would like this to add the pulses to show: 11022221
This would also need to show the time delays of each pulse.
So, immediate once through all the processes should be a width of 24 hrs, urgent 168 hrs and routine 336 hrs. Note these times are all the delays added together, but I would need to show the status after each delay.
Any help would be much appreciated.
Gem