登录
首页 » MultiPlatform » Viterbi-Vifekbi-This

Viterbi-Vifekbi-This

于 2019-03-28 发布
0 178
下载积分: 1 下载次数: 3

代码说明:

说明:  强烈推荐好用的卷积码编码,维特比译码和软判决,本代码简易可行,(Good convolutional code coding, Viterbi decoding and soft decision are highly recommended. This code is simple and feasible.)

文件列表:

0编码, 0 , 2019-01-03
0编码\cnv_encd.m, 543 , 2007-11-30
f译码, 0 , 2019-01-03
f译码\bin2deci.m, 69 , 2007-11-27
f译码\deci2bin.m, 132 , 2007-11-27
f译码\metric.m, 83 , 2007-11-29
f译码\nxt_stat.m, 297 , 2007-11-27
f译码\viterbi.m, 3871 , 2007-11-29

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

发表评论

0 个回复

  • ovnojn
    说明:  一个QPSK的仿真程序,使用的是COSTAS环来恢复载波,给予SIMULINK(A QPSK emulator that uses the COSTAS loop to recover the carrier and give it to the SIMULINK)
    2019-03-27 10:16:23下载
    积分:1
  • android中ListView控件 通过onItemClick点击事件传递参数源码
    通过点击listview的item 传递参数 示例
    2014-04-12下载
    积分:1
  • H264Android
    android H264编解码源程序,包含本地代码!(android H264 codec source code contains the local code!)
    2013-04-03 21:10:24下载
    积分:1
  • face_shibie
    基于百度媒体云人脸识别安卓版,Android,源码精简,亲测可用,适合初学者研究(Baidu cloud-based media recognition Android version, Android, streamlined source, pro-test available for beginners research)
    2016-08-23 15:55:17下载
    积分:1
  • Compass
    android源码分享之指南针程序,非常不错的源代码(the compass android source code sharing program, a very good source)
    2012-04-29 18:29:09下载
    积分:1
  • android activity 切换效果例子
    android activity 切换效果例子
    2015-06-17下载
    积分:1
  • android BaseActivity 示例代码分享
    android BaseActivity 示例代码分享
    2015-02-05下载
    积分:1
  • Android_bluetooth
    这是一个用Eclipse开发的安卓蓝牙项目,目录简单易懂,适合学习借鉴(This is a Android Bluetooth project developed with Eclipse, which is simple and easy to understand and is suitable for learning.)
    2017-12-30 23:27:44下载
    积分:1
  • AvdCreationDialog
    AVD creator dialog Source Code for Andriod.
    2013-10-24 10:33:40下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • 696516资源总数
  • 106769会员总数
  • 14今日下载