Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to implement time division demultiplexing in Simulink MATLAB

Status
Not open for further replies.

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
Dear all,
Can anyone tell me how to how to implement time division demultiplexing in Simulink MATLAB??
 

I would buffer up the data into a frame and then use the Multiport selector in the DSP toolbox to pull out the indices you're interested in.
 

I would buffer up the data into a frame and then use the Multiport selector in the DSP toolbox to pull out the indices you're interested in.

Thanks for the prompt reply.
But I am still apprensive. Lets suppose 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.
For the time period when either C2 or C3 is high, nothing is supplied to out1. This resembles decimation. This will lead to translation of the input peak in th spectrum plot by a factor of 3(e.g. a input signal of 100 Hz would appear as 300Hz).
Kindly do let me know if I am wrong
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top