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

Viterbi-Vifekbi-This

于 2019-03-28 发布 文件大小:3KB
0 269
下载积分: 1 下载次数: 1

代码说明:

  强烈推荐好用的卷积码编码,维特比译码和软判决,本代码简易可行,(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 个回复

  • Android.Application.Testing.Guide
    android测试,英文版的,写的很基础(for android test)
    2013-09-22 12:28:52下载
    积分:1
  • jiami_Android
    android上实现文本加密解密。基于约瑟夫环出环序列的到一个混沌序列加解密。(android on text encryption and decryption. Josephus ring sequence to a chaotic sequence encryption and decryption. android on text encryption and decryption. Josephus ring sequence to a chaotic sequence encryption and decryption.)
    2012-09-13 21:38:03下载
    积分:1
  • android 自定义对话框 实例源码下载
    android 自定义对话框 实例源码下载
    2014-08-21下载
    积分:1
  • CheckBox-Text
    android中checkbox控件的属性设置及判断并返回选中的控件值(Set the checkbox controls android attributes and judgment and return the selected control values)
    2014-06-08 21:34:07下载
    积分:1
  • 障碍检测和路径规划的MATLAB仿真
    可以根据当前所在位置的图像,给出坐标。判断出障碍物的个数和给出最优的可以路线 实现简单的路径规划功能
    2019-04-26下载
    积分: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
  • AhHuiUniversity
    随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。(With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to)
    2013-10-30 13:56:55下载
    积分:1
  • GPSSender
    android gps 与 animation使用的一个简单demo,非常适合新手阅读(android gps and animation demo)
    2015-10-08 13:45:28下载
    积分:1
  • ex_playservice
    android 音乐播放器 具有基本的播放功能(android music player)
    2010-07-17 08:38:54下载
    积分:1
  • Android 仿关灯游戏(游戏-17_166).zip
    Android 仿关灯游戏(游戏开发-17_166).zip
    2019-10-07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载