hi there, I'm working on a small college project and got a little confused regarding some of the wiring and clock management. project consists on AD converting two separate signals, sending them through one channel together and recovering the analog signal like this https://imgur.com/Q2j0Tsa
so far, that's where I've managed to go https://imgur.com/COSHoQd
and my doubts are: does the clock makes sense? 16bits serial in, so it has to 16x faster, right (and since there are no 16bit registers, I strung two together)? should I shift right before my 16bit, so I can have all the 16bits available for conversion, or just parallel load it all and wire the DAC that way as displayed above?
I'm very rusty with digital electronics, and everything I have is based on 8bits tops, and only one signal. Filtering at the end is ok, I have already made a model for that and I plan just to set the correct component values to get my desirable signals. Clock and shift registers are killing me.
I'm limited by whatever multisim 11 has to offer, so no registers with 16 bits as far as I know are available, MCUs available I'm not very familir with but if you have a good suggestion, I'll gladly take it.
Also, a reddit user helped me understand that I need to combine my serial data, but I'm still looking into how to do it (I was told to look up doubling data rate).
Thanks for any help you can give in advance and for the patience for reading through this bible..
so far, that's where I've managed to go https://imgur.com/COSHoQd
and my doubts are: does the clock makes sense? 16bits serial in, so it has to 16x faster, right (and since there are no 16bit registers, I strung two together)? should I shift right before my 16bit, so I can have all the 16bits available for conversion, or just parallel load it all and wire the DAC that way as displayed above?
I'm very rusty with digital electronics, and everything I have is based on 8bits tops, and only one signal. Filtering at the end is ok, I have already made a model for that and I plan just to set the correct component values to get my desirable signals. Clock and shift registers are killing me.
I'm limited by whatever multisim 11 has to offer, so no registers with 16 bits as far as I know are available, MCUs available I'm not very familir with but if you have a good suggestion, I'll gladly take it.
Also, a reddit user helped me understand that I need to combine my serial data, but I'm still looking into how to do it (I was told to look up doubling data rate).
Thanks for any help you can give in advance and for the patience for reading through this bible..