Abstract:In high-dynamic low earth orbit (LEO) satellite communication (SATCOM) systems, frequent channel state information (CSI) acquisition consumes a large number of pilots, which is intolerable in resource-limited SATCOM systems. To tackle this problem, we propose to track the state-dependent parameters including Doppler shift and channel angles, by exploiting the physical and approximate on-orbit mobility characteristics for LEO satellite and ground users (GUs), respectively. As a prerequisite for tracking, we formulate the state evolution models for kinematic (state) parameters of both satellite and GUs, along with the measurement models that describe the relationship between the state-dependent parameters and states. Then the rough estimation of state-dependent parameters is initially conducted, which is used as the measurement results in the subsequent state tracking. Concurrently, the measurement error covariance is predicted based on the formulated Cram$\acute{\text{e}}$r-Rao lower bound (CRLB). Finally, with the extended Kalman filter (EKF)-based state tracking as the bridge, the Doppler shift and channel angles can be further updated and the CSI can also be acquired. Simulation results show that compared to the rough estimation methods, the proposed joint parameter and channel tracking (JPCT) algorithm performs much better in the estimation of state-dependent parameters. Moreover, as to the CSI acquisition, the proposed algorithm can utilize a shorter pilot sequence than benchmark methods under a given estimation accuracy.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that in low - earth - orbit (LEO) satellite communication systems, frequently obtaining channel state information (CSI) consumes a large amount of pilot signals, which is unacceptable in resource - limited satellite communication systems. To solve this problem, the authors propose a joint parameter and channel tracking (JPCT) algorithm, which tracks state - related parameters (such as Doppler shift and channel angle) by utilizing the physical and approximate orbital movement characteristics of LEO satellites and ground users (GUs). This method can significantly improve the accuracy of parameter and channel estimation without increasing pilot overhead and computational complexity.
Specifically, the main contributions of the paper include:
1. **Modeling**: Using coordinate transformation and geometric relationships in the earth - centered fixed (ECF) coordinate system, a state evolution model and a measurement model of the LEO satellite communication system are constructed.
2. **Algorithm Design**: A block - based joint parameter and channel tracking (JPCT) algorithm is proposed, which is divided into five steps: rough Doppler estimation, rough angle estimation, measurement error prediction based on the Cramér - Rao lower bound, state tracking and parameter update based on the extended Kalman filter (EKF), and CSI acquisition.
3. **Performance Verification**: Simulation results show that the proposed JPCT algorithm is superior to traditional rough estimation methods in parameter tracking and performs better under the same pilot overhead and computational complexity. In addition, this algorithm can also reduce the pilot overhead required for CSI acquisition, thereby improving the resource utilization rate of the system.
### Key Formulas
1. **Discrete Channel Model**:
\[
h_{k,n}(b)=\sum_{l = 0}^{L_k-1}\tilde{\alpha}_{k,l}(b)a_k(l)e^{-j2\pi(f_c + n\Delta f)\tau_{k,l}(b)}
\]
where:
- \(L_k\) is the number of propagation paths of the \(k\) - th ground user;
- \(\tilde{\alpha}_{k,l}(b)\) is the equivalent complex channel gain;
- \(a_k(l)\) is the array response vector at the LEO satellite;
- \(\tau_{k,l}(b)\) is the propagation delay on the \(l\) - th path;
- \(f_c\) is the carrier frequency;
- \(\Delta f\) is the sub - carrier spacing.
2. **Received Signal Model**:
\[
r_{k,n}(b,f)=\sqrt{P_k}W_kh_{k,n}(b)s_{k,n}(b,f)e^{j2\pi f_d(b)T_s}+W_kn_{k,n}(b,f)
\]
where:
- \(P_k\) is the transmit power of the \(k\) - th ground user;
- \(W_k\) is the analog combination matrix at the LEO satellite radio - frequency end;
- \(s_{k,n}(b,f)\) is the pilot signal;
- \(f_d(b)\) is the Doppler shift related to the \(k\) - th ground user;
- \(T_s\) is the duration of an OFDM symbol;
- \(n_{k,n}(b,f)\) is the additive white Gaussian noise (AWGN).
3. **Cramér - Rao Lower Bound (CRLB)**:
\[
\text{CRLB}(\theta)=(I(\theta))^{-1}
\]
where \(I(\theta)\) is the Fisher information matrix.
Through these models and algorithms, the paper effectively solves the resource consumption problem caused by frequently obtaining CSI in LEO satellite communication systems, while improving the accuracy and efficiency of channel estimation.