登录
首页 » 算法 » 基于最小二乘法(LS)的信道估计

基于最小二乘法(LS)的信道估计

于 2022-02-11 发布 文件大小:1.59 kB
0 193
下载积分: 2 下载次数: 3

代码说明:

本程序包含LS信道估计方法和MMSE信道估计方法,程序已经验证,当可以获得训练符号时,最小二乘(LS)法信道估计由于简单而被广泛用于信道估计。将训练符号用于信道估计,可以提供较好的性能,即降低误码率(BER),该程序正确可用,且带有注释,方便理解运用!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 四轴四元数姿态滤波MadgwickAHRS和原理说明
    资源描述文件包含软件源码和PDF原理说明、使用说明。此算法包含陀螺仪和加速度计数据融合、地磁传感器数据融合。
    2022-01-26 02:27:14下载
    积分:1
  • 第八届飞思卡尔智能车摄像头组程序(IAR)
    全国大学生飞思卡尔智能车比赛第八届摄像头组的程序,电机的控制,转向,对于初学者来说是一个很好的例程,而且不需要配置什么,历程包里已经都配置好,你只需要细心研读,努力努力,希望在智能车这条路上越走越好。
    2022-06-29 02:20:38下载
    积分:1
  • 最新DBSCAN代码
    Science上发表的最新DBSCAN聚类算法的代码,有助于理解
    2022-03-10 21:41:14下载
    积分:1
  • 蒙特卡罗求圆周率,可以对蒙特卡罗有个初步认识,本程序C++实现...
    蒙特卡罗求圆周率算法,可以对蒙特卡罗算法有个初步认识,本程序C++实现-Monte Carlo algorithms for pi, the Monte Carlo algorithm can have a preliminary understanding, this procedure C++ Achieve
    2023-07-12 15:35:03下载
    积分:1
  • stable matching
    简单的稳定匹配算法实现,无bug Implement Gale-Shapley algorithm of the Stable Matching Problem in your favorite language, and give the matching result of attached ranking data (boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted from high to low. (C++ source file gs make ranking.cc which generates the data is also supplied here.)  
    2023-02-04 07:15:03下载
    积分:1
  • 最小二乘C++程序
    最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方
    2022-08-23 06:06:01下载
    积分:1
  • computer control Lawes list achieve
    计算机控制--劳斯表实现-computer control Lawes list achieve
    2022-08-11 15:15:50下载
    积分:1
  • Learnin Mathematics with the ABACUS Activity
    Learnin Mathematics with the ABACUS Activity-book part 7
    2023-03-07 04:05:04下载
    积分:1
  • 二分搜索的程序实现
    二分法搜索的程序实现-dichotomy Search Program
    2023-09-09 00:35:02下载
    积分:1
  • 回溯解N后的C++源码(Visual Stdio2010环境测试通过)
    #include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数  *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) {  sum++;  Output(); } else {  for (int i=1;i
    2022-02-06 19:11:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载