OFDM channel estimation using MMSE and measurements
34 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Prathyusha Appalla
el 15 de Mzo. de 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 comentarios
Ver también
Categorías
Más información sobre OFDM en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!