How to design a customized sample based signal in Simulink?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to design a source block in simulink, that takes sample count and data values as inputs and generates a signal corresponding to number of samples and data values for samples specified.
for example, user enters sample count and data value in the mask parameter of the block as [4 5.2;6 3.2]. The block should generate value 5.2 for the duration 4*sample time and value 3.2 for the duration 6*sample time.
sample time is the simulink model sample time set in configuration parameters.
0 个评论
采纳的回答
Sebastian Castro
2014-6-5
Hi Venkat,
I've modified your suggested approach a little bit so you have 2 separate vectors for the number of samples and the actual data values. After creating the mask, you can get something like this:
Inside the block, I just have a Repeating Sequence Stair block that uses the specified sample time (Ts) and some other vector named val. This vector is defined in the Mask Initialization Commands.
The Scope output is shown below.
更多回答(1 个)
luciana lima
2015-8-7
Hi Castro How can I do change frequency when I use source the block repeating sequence stair? Follows my model. Thank you
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!