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 )
 

it is easy in vhdl,i think
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…