登录
首页 » matlab » MSBL_code

MSBL_code

于 2020-11-18 发布 文件大小:6KB
0 273
下载积分: 1 下载次数: 187

代码说明:

  稀疏贝叶斯学习是一种很好压缩感知,信号恢复方法。(sparse bayesian learning is a good cs method for coefficient recovery.)

文件列表:

MSBL_code
.........\demo_noiseless.m,2472,2011-05-24
.........\demo_noisy.m,3835,2011-05-24
.........\MSBL.m,6331,2011-05-24
.........\perfSupp.m,1912,2011-01-14

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

发表评论

0 个回复

  • 200430481
    赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
    2021-03-06 09:19:30下载
    积分:1
  • hydrology
    本压缩包涉及工程水文的10多个程序(保证率计算,调度计算,调洪演算,等出力调节等)(This package involves engineering hydrology of more than 10 program (reliability calculation, scheduling calculation, flood regulating calculation, such as the output regulation, etc.))
    2021-04-12 21:38:57下载
    积分:1
  • xiao
    简单的DCT的MATLAB图象压缩实验,适用于初学者(Simple DCT image compression experiment of MATLAB for beginners)
    2008-05-15 13:14:22下载
    积分:1
  • gczh
    工程之间的转换 主要针对 05 和08 希望对大家有帮助(Projects aimed at the conversion between 05 and 08 We want to help)
    2010-02-24 10:51:27下载
    积分:1
  • ewmark
    newmark-b法的简要程序,供大家使用(newmark-b)
    2010-03-06 12:49:10下载
    积分:1
  • 沙威教授编写的OMP代码
    香港大学沙威教授写的压缩感知版hello world(Compressed sensing version Hello world written by Professor Javert of University of Hong Kong)
    2018-10-07 16:20:32下载
    积分:1
  • HuffMan
    哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 (Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
    2012-06-21 21:01:17下载
    积分:1
  • dct
    离散余弦变换的压缩程序MATLAB实现的,大家可以试一试!(Discrete Cosine Transform compression program MATLAB to achieve, we can try!)
    2008-06-10 16:35:17下载
    积分:1
  • VC_programming_LZARI_classic_code_compression_algo
    VC编程实现LZARI压缩算法经典代码VC programming LZARI classic code compression algorithm (VC programming LZARI classic code compression algorithm )
    2010-09-09 11:25:30下载
    积分:1
  • 常用图像编码码matlab实现
    常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。(Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding. Very suitable for the practice of entry-users.)
    2020-12-06 16:19:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载