pankaj jha
Full Member level 3
- Joined
- Apr 16, 2010
- Messages
- 170
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- jaipur
- Activity points
- 2,457
I am trying to do something which resembles time division
demultiplexing in Simulink/ MATLAB.
I wish to implement the following:
1) I have 3 control signals - c1, c2 and c3.
2) I have 3 output variables - out1, out2 out3.
3) I want that the output of my system should append data to
i) the variable out1 if c1 is high
ii) the variable out2 if c2 is high
iii) the variable out3 if c3 is high
Can you suggest a way to implement the same in Simulink or MATLAB??
demultiplexing in Simulink/ MATLAB.
I wish to implement the following:
1) I have 3 control signals - c1, c2 and c3.
2) I have 3 output variables - out1, out2 out3.
3) I want that the output of my system should append data to
i) the variable out1 if c1 is high
ii) the variable out2 if c2 is high
iii) the variable out3 if c3 is high
Can you suggest a way to implement the same in Simulink or MATLAB??