MIMO OFDM LSE CHAN ESTIMATION

In this code we consider the least square error channel estimation for a MIMO OFDM system.
4,3K téléchargements
Mise à jour 26 jan. 2015

Afficher la licence

%% Help
% In this code we consider the least square error channel estimation for a
% MIMO OFDM system. The user have access to the design parameters of
% the MIMO OFDM system and the channel state information. The L-tap
% Rayleigh fading channel is considered between any pair of the transmit and
% receive antenna. The mean squared error of the LSE channel obtained
% by the simulation result is compared with theory.
%
% source paper : "Optimal Training Design for MIMO OFDM Systems in Mobile Wireless Channels"
%
% Author : Hamid Ramezani
% Author's contact : http://ens.ewi.tudelft.nl/~ramezani/
% Matlab Vession : 7.13.0.564 (R2011b)
%
%======================================================================
% Inputs
%======================================================================
% Input parameters are (if not set the defalt value will be set)
% ofdm.Nb = 1e2; % number of blocks
% ofdm.Nt = 2; % number of transmit antennas
% ofdm.Nr = 4; % number of receive antennas
% ofdm.K = 128; % number of subcarriers
% ofdm.G = 1/4; % Guard interval percentage
% ofdm.Mod = 4; % QPSK Modulation
% ofdm.PSpace = 1; % subcarrier space between two pilots
% channel parameters
% chan.SNR_dB = 15; % signal to noise ratio
% chan.L = 6; % number of taps in each transmit-receive antenna
% control parameters
% ofdm.ifDemodulateData = 1; % (1,0) if 1, the code demodulates the transmitted via LS data and calculates the BER
% ofdm.ifDisplayResults = 1; % (1,0) if 1, display the results in the command window
%======================================================================
% Outputs
%======================================================================
% The main outputs are listed below
% chan.MSE_Theory % Minimum squared error of LSE channel estimation in theory
% chan.MSE_Simulation % Minimum squared error of LSE channel estimation in simulations
% ofdm.BER % Bit Error Rate if ofdm.ifDemodulateData = 1

Citation pour cette source

Hamid Ramezani (2024). MIMO OFDM LSE CHAN ESTIMATION (https://www.mathworks.com/matlabcentral/fileexchange/49168-mimo-ofdm-lse-chan-estimation), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Link-Level Simulation dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0