C语言实现赫夫曼树的构建及赫夫曼编码的源代码,配合我的CSDN博客:http://blog.csdn.net/ns_code/article/details/19174553中的讲解,帮助你掌握Huffman编码的算法实现
2019-12-21 20:20:04 191KB Huffman HuffmanTree 赫夫曼树
1
gpops工具箱+例子(详细注释)+官方手册+安装方法
2019-12-21 20:18:29 1.56MB gpops
1
文档提供了一个完整的k均值聚类算法MATLAB程序,已运行无误,且有超级详细的注释
2019-12-21 20:17:26 37KB k均值 kmeans matlab程序 详细注释
1
别人写的C4.5的matlab程序,自己加了详细的注释,希望对大家有用
2019-12-21 20:15:04 3KB C4.5 matlab
1
谢谢之前那位朋友提醒,之前不完全,现在补充了遗漏的! 要做Turbo,感觉是绕不开Dr.wuyufei的数学架构的,我在里面详细注释了。本文作为学习用,很具有参考价值! 本文在结果中详细列出了每次迭代的误码率,迭代次数可调,结果运行时间较长,这个很正常。 译码部分的log-map算法调通了,sova有代码,并没有调,下载的朋友们需要注意了! % **************Dr. wuyufei的典型Turbo系统主函数******************************** % This script simulates the classical turbo encoding-decoding system. % It simulates parallel concatenated convolutional codes. % Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed. % % First encoder is terminated with tails bits. (Info + tail) bits are scrambled and passed to % the second encoder, while second encoder is left open without tail bits of itself. % % Random information bits are modulated into +1/-1, and transmitted through a AWGN channel. % Interleavers are randomly generated for each frame. % While it's UNECESSARY in our first version! % % Log-MAP algorithm without quantization or approximation is used. % By making use of ln(e^x+e^y) = max(x,y) + ln(1+e^(-abs(x-y))), % the Log-MAP can be simplified with a look-up table for the correction function. % If use approximation ln(e^x+e^y) = max(x,y), it becomes MAX-Log-MAP.
2019-12-21 20:11:10 72KB turbo matlab仿真 dr.wuyufei 详细注释
1
自己用matlab做的傅里叶级数分解程序 可以对周期信号进行不同频率的正余弦函数的拟合 这里对方波信号进行拟合 可以设置分解的阶数 阶数越高 对方波的拟合越精确 初学信号处理的朋友绝对对你有所帮助
2019-12-21 20:10:31 1KB matlab 傅里叶级数 方波 信号处理
1
实在缺分,希望大家不要转存哈,这里是我写的播客,是对这套代码的介绍及说明:http://www.cnblogs.com/bq-blog/articles/windowsservice.html
2019-12-21 20:05:06 1.02MB windows服务
1
C++ webserver接口开发示例代码(详细注释),网上搜索大量资源后整理出来分享给大家,内附详细教程,资源宝贵!
2019-12-21 20:03:47 3.77MB WebServer C++接口开发 soapToolkit
1
xml存储系统,增加数据查看数据,用于新手学习。
2019-12-21 20:01:12 12.28MB xml 数据存储源码
1
降维算法PCA在matlab平台下的使用demo,采用自带函数,注释详细。
2019-12-21 19:56:00 523B PCA matlab
1