|
Thanks, I’ll try both ways. I tried the Buffer block with the length 32 before, but as far as I remember, this buffer receives whole 32 bit at one time and then another 32 bit, not one bit as expected. That’s just the biggest problem I am meeting.
Senmeis
"Navan Ruthramoorthy" wrote in message <k2di9b$3po$1@newscl01ah.mathworks.com>...
> Hi Owen,
>
> You can use Delay Line block in Signal processing blockset which can output all the values stored. Make sure you set "Allow directfeedthrough" option to get current values of input
> in the output at the current time step.
>
> Navan
>
> "Owen" wrote in message <k2adpo$2ov$1@newscl01ah.mathworks.com>...
> > Hi,
> >
> > I want to do the following with Simulink but somehow I cannot find the direction.
> >
> > I have a 32 bit buffer which accepts data bit by bit at its input. The buffer should give out a trigger signal if its content is 0x12345678. Could anybody give me some hints on which blocks can be used?
> >
> > Thanks
> > Senmeis
|