登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:压缩解压
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. CS的一些重构算法

  压缩感知的所有重构算法,包括OMP,ROMP,SAMP,StoMP等等算法。(All reconstruction algorithms of compressed sensing include OMP, ROMP, SAMP, StoMP and so on.)

17
下载
157
浏览
2021-03-26发布

2. mmse

  低复杂度下基于mmse的turbo均衡,降低了算法的计算复杂度(Low Complexity MMSE-based balance of the turbo, reducing the algorithm computational complexity)

341
下载
163
浏览
2021-03-24发布

3. zishiyingyoucheng

  MATLAB 基于小波改进的自适应游程编码(MATLAB Adaptive run range coding based on wavelet improved)

2
下载
145
浏览
2021-03-20发布

4. new

说明:  二维圆柱绕流FEM的fortran代码,这是南京航空航天大学计算流体力学大作业的源代码,请多关照。(fortran code for 2D FEM)

0
下载
138
浏览
2021-03-16发布

5. 61857042RLS

说明:  自适应信号处理的理论和技术经过40多年的发展和完善,已逐渐成为人们常用的语音去噪技术.并通过实例介绍了基于Matlab的RLS自适应语音噪声对消系统的设计与实现.(After more than 40 years of development and improvement, the theory and technology of adaptive signal processing have gradually become a common speech denoising technology. The design and implementation of RLS adaptive speech noise cancellation system based on Matlab are introduced through an exampl)

1
下载
111
浏览
2021-03-13发布

6. peakfinder

  This function quickly finds local peaks or valleys (local extrema) in a noisy vector using a user defined magnitude threshold to determine if each peak is significantly larger (or smaller) than the data around it. The problem with the strictly derivative based peak finding algorithms is that if the signal is noisy many spurious peaks are found.

8
下载
133
浏览
2021-03-12发布

7. 3349119melp

  melp编解码,压缩率2.4Kbps,1.2Kbps(MELP codec, compression rate 2.4Kbps, 1.2Kbps)

21
下载
116
浏览
2021-03-12发布

8. tiexinyingxiangfenliang

  该程序用来计算变压器互感,相关参数计算一定正确(The procedure used to calculate the mutual inductance of transformer, the relevant parameters must correct)

26
下载
112
浏览
2021-03-11发布

9. MODIS

  本压缩文件包含利用LUT(查找表)进行MODIS气溶胶反演的系统、源代码及说明文档 源代码为idl的pro文件,易于学习查看 还附赠了6s大气传输模型用以生成查找表(LUT)之用 (Modis 6s.)

61
下载
153
浏览
2021-03-08发布

10. 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中。()

41
下载
154
浏览
2021-03-06发布

11. 30736499CS-based-on-FFT-or-DWT

说明:  基于FFT和DWT变换的压缩感知,比较不同稀疏基下CS重构算法的性能(CS based on FFT and DWT)

1
下载
110
浏览
2021-03-04发布

12. CArcExt_demo

  加密、压缩(The Examples of Encrypt and Compression)

945
下载
156
浏览
2021-03-03发布

13. Compressed-Sensing

  压缩感知的经典书籍,请大家下载查阅,好的东西大家一起分享哦,谢谢大家了!!(compresed sensoring)

54
下载
140
浏览
2020-12-31发布

14. jpegtbx_1.4.tar

  JPEG编码解码,源程序由matlab编写,详细readme说明(JPEG codec, the source code from matlab to prepare a detailed readme Description)

79
下载
219
浏览
2020-12-30发布

15. SAMPpackage

  compresive sampling matching pursuit

42
下载
141
浏览
2020-12-18发布

17. 基于遗传算法的BP神经网络优化算法

说明:  基于遗传算法的BP神经网络优化算法,可对神经网络的层数和训练函数进行自定义控制,方便系统级开发,非常实用。(The BP neural network optimization algorithm based on genetic algorithm can customize the number of layers and training functions of the neural network, which is convenient for system-level development and very practical.)

3
下载
130
浏览
2020-12-14发布

18. OpenGLdevelopment

  压缩包中包含了gl.h,glaux.h,glext.h,glui.h,glut.h等头文件以及对应的库文件。还有对应的配置方法。(Compression package contains gl.h, glaux.h, glext.h, glui.h, glut.h Header Files and corresponding library file. There are corresponding configuration.)

60
下载
124
浏览
2020-12-14发布

19. Huffman

  对于哈夫曼编码的仿真,可以计算平均码长、熵、压缩比、编码效率(Simulation of Huffman coding)

4
下载
114
浏览
2020-12-11发布

20. CST_Cversion

  基于类函数形函数的参数化建模方法,适用于气动设计和优化(Class/Shpae Transform method)

19
下载
147
浏览
2020-12-09发布