frame-based signals
frame-based signals
(OP)
Hi,
I am looking for a way to transform a 1-D vector of say integers in simulink to a series of integers and send them in separate time smaples so that they can be used by a block having an integer inputport of width 1.
Did anybody work with frames in simulink? could they be the solution for my problem?
I am looking for a way to transform a 1-D vector of say integers in simulink to a series of integers and send them in separate time smaples so that they can be used by a block having an integer inputport of width 1.
Did anybody work with frames in simulink? could they be the solution for my problem?
RE: frame-based signals
RE: frame-based signals
I have a similar question. But my input array is very large. I have 661419 elements that I am trying to break into blocks of 5 elements each and send each frame of the 5 elements as input to an encoder block. My biggest problem is breaking the huge 1D array into frames that have 5 elements each. I tried using the Demux but that hung my system. Since you have had a similar problem I was wondering if you have any recommendations to make.
Thank you
RE: frame-based signals
I hope that will help you
RE: frame-based signals
RE: frame-based signals
I have a similar question too.I have a function in time. And I want to find max or min function in period in time. For example: I have sin function and i want to find max function between 0-1 second and I want to do each second. I tried to use max block but it shows me the same signal how I have in input because it finds the solution in the same time what value.If I put sample time, simulink cut all values between samples:/ Maybe somebody had similair problem?
RE: frame-based signals