OFDM channel estimation using MMSE and measurements
28 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have implemented an OFDM communication system in Matlab. I use the 802.11ac preamble for estimating the channel using the least square estimator. However I would like to implement the MMSE too. I need to estimate the channel conducting real measurements. From what I have read so fare, the MMSE requires prior channel knowledge. Would it be possible to perform channel estimation using MMSE using real measurements?
0 commentaires
Réponses (1)
Prathyusha Appalla
le 15 Mar 2023
Hi,
I understand that you have already implemented OFDM channel estimation using LS estimator and now want to implement the same in using MMSE estimator. Besides analytical calculations, MMSE estimator can also be computed numerically by first generating a set of training data, i.e., channel vectors and observations, from conditional channel model or through a long-term collection of measurements. Later an optimization algorithm can be used to compute a function the empirical squared estimation error.
Following are some of the links which may help you to implement OFDM channel estimation using MMSE estimator.
0 commentaires
Voir également
Catégories
En savoir plus sur OFDM dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!