Hi everyone, I am new in channel estimation area and I am having quetions about FFT, beamforming... in a multi antenna OFDM system.
I hope you could spend a little time to answer it if you know about it ^^ Thank you in advance.
As I read some papers and some codes, I saw that the system (with single antenna) works as follows:
- I have a bit stream of 0s and 1s that needs to be transmitted (assume that this already includes pilots, guards...), for example, the stream has the length of 384 bits.
- I modulate it (for example, with 64-QAM), the order M=64=2^6 here is the number of subcarriers in my OFDM system, now I have a string of 384/6=64 symbols
- I use IFFT to represent it in time-domain, which is 64 samples now, then I add cyclic prefix (for example, with length 16), I get a stream (or should I call waveform?) of 80 samples. For convinience, I would call this stream (waveform) is tx_out.
My question appears here. For the SISO system, I see that in the code we just simply take the convolution between the channel response (in time-domain) and this tx_out stream (waveform) to get the received stream.
So, my question here is how should I do here with the multiple antenna system? For example, for MISO sytem, we have the channel matrix, for example if we have 8 transmit antenna. - I read that we have the beamforming matrix, but its formula is , which is in frequency domain, so I don't know how to use it here, in time-domain
- I aslo read that we have the steering , which are just the angles. After we multiply our tx_out with these angles, we have 8 different waveforms, we take the convolution respectively with . Then, we take their sum and add noise, we finnaly get the waveform at the receiver. Is that correct? could we use these steering angles instead of the beamforming?
My other (minor) question is that: after I get the received waveform, I transfer it back to frequency domain, how can I estimate back 8 channels, while I just have 1 waveform?
My question is quite long but hope you get what I am asking about.
Thank you for your time.