1.system model&question
假设我们讨论的是SISO-OFDM信道,在产生信道向量的时候我们一般产生时域的信道向量,然后变到频域 H ∈ C N c × 1 \mathbf H\in \mathbb C^{N_c\times 1} H∈CNc×1,发送的QPSK的symbol也是一个向量 x ∈ C N c × 1 \mathbf x\in \mathbb C^{N_c\times 1} x∈CNc×1,在这种情况下,该怎么写我们的频域信号表达式呢?我们知道结果是 Y = H ⋅ x \mathbf Y=\mathbf H\cdot \mathbf x Y=H⋅x,但是这和我们之前学习的 Y = H x \mathbf Y=\mathbf H\mathbf x Y=Hx不是相违背了吗??
2.solution
其实是我们写的信道的形式有问题,看书[1, eq(6.3)]中的信道表示解决了这样的困惑。
[
y
1
y
2
⋮
y
n
]
=
[
h
1
,
0
,
⋯
,
0
n
0
,
h
2
,
⋯
,
0
n
⋮
0
,
0
,
⋯
,
h
n
]
[
x
1
x
2
⋮
x
n
]
\left[ \begin{matrix} y_1 \\ y_2 \\ \vdots\\ y_n\\ \end{matrix} \right] = \left[ \begin{matrix} h_1 ,0,\cdots,0_n\\ 0,h_2,\cdots,0_n \\ \vdots\\ 0,0,\cdots,h_n\\ \end{matrix} \right] \left[ \begin{matrix} x_1 \\ x_2 \\ \vdots\\ x_n\\ \end{matrix} \right]
⎣⎢⎢⎢⎡y1y2⋮yn⎦⎥⎥⎥⎤=⎣⎢⎢⎢⎡h1,0,⋯,0n0,h2,⋯,0n⋮0,0,⋯,hn⎦⎥⎥⎥⎤⎣⎢⎢⎢⎡x1x2⋮xn⎦⎥⎥⎥⎤
今天看到一篇论文[2],system model是base station(BS)有
N
t
N_t
Nt根天线,user equipment(UE)是单天线,OFDM有
N
c
N_c
Nc个载波
MIMO-OFDM的信道
H
H
H可以写为如下形式:
H
=
[
h
1
H
,
0
H
,
⋯
,
0
H
0
H
,
h
2
H
,
⋯
,
0
H
⋮
0
H
,
0
H
,
⋯
,
h
n
H
]
N
c
×
N
c
N
t
\mathbf H= \left[ \begin{matrix} \mathbf h_1^H ,\mathbf 0^H,\cdots,\mathbf 0^H\\ \mathbf 0^H,\mathbf h_2^H,\cdots,\mathbf 0^H \\ \vdots\\ \mathbf 0^H,\mathbf 0^H,\cdots,\mathbf h_n^H\\ \end{matrix} \right] _{N_c\times N_cN_t}
H=⎣⎢⎢⎢⎡h1H,0H,⋯,0H0H,h2H,⋯,0H⋮0H,0H,⋯,hnH⎦⎥⎥⎥⎤Nc×NcNt
其中
h
k
∈
C
N
t
×
1
\mathbf h_k\in \mathbb C^{N_t\times 1}
hk∈CNt×1
reference
- MIMO-OFDM无线通信技术及MATLAB实现
- Deep Learning-Based Denoise Network for CSI Feedback in FDD Massive MIMO Systems