Store last 50 samples of signal in SIMULINK
Store last 50 samples of signal in SIMULINK
(OP)
For my signal processing application, I need to know the values of the last 50 samples of the input signal.
How can I do that in SIMULINK ?
How can I do that in SIMULINK ?
RE: Store last 50 samples of signal in SIMULINK
mylast50 =simout((length(simout)-50): length(simout))
thats how i'd roll ... let me know if it works ..
Go MIZZOU mechanical !!!
RE: Store last 50 samples of signal in SIMULINK
RE: Store last 50 samples of signal in SIMULINK
RE: Store last 50 samples of signal in SIMULINK
One tedious option would be a bucket brigade of memory blocks, with a lot of taps.
Yes I'm a bit puzzled by the low volume in this forum, and then again I'm puzzled by the general level of questions, it's almost as though people haven't attempted to learn anything about the program they are using. I am certainly no expert.
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?