Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 797 Bytes

File metadata and controls

11 lines (6 loc) · 797 Bytes

Investigating OFDM Systems

Channel Estimation

This part investigates the efficiency of different estimators to estimate and track channel parameters based on the Mean Squared Error (MSE) performance. The estimators employed in the simulation are LS and MMSE estimators and their performance in the transfer domain was evaluated. MATLAB was used for the simulation of the communication link and analyzing the error between the estimated channel parameters and actual modeled channel parameters.

Note that this is only the first version and there are still many details that need to be further improved. More specific instructions of the codes can be found in the comments of the files.

Symbol Detection

Coming soon.......... (The symbol_detection directory is not applicable now)