登录
首页 » matlab » polar+code源码

polar+code源码

于 2019-03-08 发布
0 141
下载积分: 1 下载次数: 31

代码说明:

说明:  完成极化码的全流程编码及仿真,完整可用。(Complete the whole process coding and Simulation of polarization code, complete and available.)

文件列表:

polar code源码\Polar_L_1_N_1024.m, 44456 , 2018-01-25
polar code源码\Polar_L_1_N_256.m, 43938 , 2018-01-25
polar code源码\Polar_L_4_N_1024.m, 68164 , 2018-01-25
polar code源码, 0 , 2018-01-25

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

发表评论

0 个回复

  • EKF_UKF_SOCEstimationc
    说明:  基于ekf的电池soc估算,纯代码的方式实现电池的估算,环境为matlab(estimation of soc on ekf)
    2021-01-06 23:48:54下载
    积分:1
  • jibuqiUI
    A simple pedometer UI project source code, only UI part, there is an orange circular progress bar, can display the scale and steps, change the number of steps can change the numerical ratio at the same time.
    2019-04-25 20:42:24下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • VPI培训讲义-基础培训GettingStarted(1)
    说明:  VPI光学仿真器件的手册指导,详细说明VPI使用方法(Manual guide of VPI optical simulation device)
    2019-12-07 14:16:11下载
    积分:1
  • ETHERNET_SIMATIC NET OPC_PLC_S7
    通过ETHERNET建立SIMATIC NET OPC 服务器与PLC 的S7连接(agsrjt7glohy8uihjnkvhmjfukydt5erfuygt7lo86o8lio)
    2019-05-09 22:29:09下载
    积分:1
  • MP10Setup_21hulian
    挺 有用的一些资料,希望能和大家一起共享。(Quite a number of information used in the hope of sharing with everyone.)
    2008-04-16 11:41:20下载
    积分:1
  • lorenz
    计算lyapunov指数的程序,大家参考参考哈!(calculation procedures, your information Ha!)
    2006-06-04 09:37:14下载
    积分:1
  • sbgz plate
    该程序采用DQ法求解四边固支板的固有频率(The program uses DQ method to solve the natural frequencies of four edges clamped plates.)
    2018-10-10 15:38:27下载
    积分:1
  • DVHop
    针对基于双曲线定位的DV-Hop算法中误差项的异方差性引起的定位误差大的问题,提出了一种基于加权双曲线定位的DV-Hop改进算法。算法分析了基于双曲线定位的DV-Hop算法模型中误差项的异方差性,用加权最小二乘法对异方差性进行纠正,对加权最小二乘法中的权值矩阵进行了推导并得到与跳数相关的最佳权值矩阵,使得误差项满足同方差性,所得估计值更加接近最佳线性无偏估计。仿真实验结果表明,所提算法在节点定位精度上较现有的基于双曲线定位的DV-Hop算法都有一定提高。(Aiming at the problem that the heteroscedasticity of observation errors leads to low locating accuracy in DV-Hop algorithm based on hyperbolic positioning, this paper proposes an improved DV-Hop algorithm which based on weighted hyperbolic positioning. The algorithm analysis the heteroscedasticity of the error term in the model and takes advantage of weighted least square method which corrects heteroscedasticity straightforwardly. Then, the weight matrix related to least hops between nodes is deduced, the estimators thus obtained are more close to the best linear unbiased estimator. The simulation results show that the location performance of the improved algorithm is better than that of the exsiting DV-Hop algorithm which based on hyperbolic positioning.)
    2020-09-20 21:57:53下载
    积分:1
  • 基于FPGA的高速图像采集和处理卡 能用于视觉检测系统
    基于FPGA的高速图像采集和处理卡 能用于视觉检测系统
    2022-07-01 03:14:27下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载