Altera_Forum
Honored Contributor
14 years agoBeamforming
hi,
I have a stream of 50 transducers and want to apply beamforming to the data coming from it. I have ADCs connected to each transducer. Q#1: DO i need to see for the ADC giving real and imaginary I and Q aprts or this is not important for the Beamforming? After the ADC, there are deserializers which give 8 bit output . Now i need to implement the beamforming. I want to design it for an aperture size of 8 and sampling frequency of 25Mhz. I want to apply simplest delay and sum beamforming. As far as i could study, the weights are same for the simplest kind. But i need to add delay which again i could understand is the phase delay or its the time delay?? Please if some one could help in implementing this basic beamformer using verilog. Also, I think i would need some kind of FIFO or registers at start of the beamformer to buffer all the data required, am i right? I shall be thankful for any basic implementation code or help.