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.

Serial to Parallel Converter

Status
Not open for further replies.

navinrk

Newbie level 3
Joined
Apr 22, 2010
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Portugal
Activity points
1,327
Hi all
Can anyone tell me how to implement Serial incoming bits into 4 bit parallel group? I mean, I generate (lets say) sequence of bits at random and want to convert the sequence into group of parallel 4-bits. I use binary generator (Bernouli), buffer it with 4 bits output, pass it to Demux of 4 bit. I would like to keep taking the set of 4-bits one by one and pass it further. How can I do? Please try to make me clear.

Thanks
 

Hi all,
Communications_Engineer, can this really be done with matlab ?
 

Joannes has answered. Yes it can be done in Matlab. But in which language were you looking to implement it?

In matlab use can take a hint from this:

reshape(data,4,length(data)/4)

make sure length(data)/4 is an integer (by padding zeros if it is not)

Added after 1 minutes:

I hope I understood your question correctly

Added after 36 seconds:

(@ navinrk )
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top