搜索资源列表
CT-API
- This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2). Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Pa
bcs_vb.zip
- 一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子,The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.
CS_recovery_algorithms_OMP_SP_IHT
- 基于Matlab编写压缩感知重建算法集,包括OMP,CoSaMP,IHT,IRLS,GBP,SP和ROMP.-Matlab codes for CS recovery algorithms, including OMP, CoSaMP, IHT, IRLS, GBP, SP and ROMP.
BCS
- Free Source Code for AM & FM modulation Matlab实现的调幅调频(AM/FM)算法源代码-Free Source Code for AM & FM modulation Matlab
Space-Time-BCS-
- 一种空时贝叶斯压缩感知算法,用在认知无线电中,大大提高了检测概率-Perception of space-time compression of a Bayesian algorithm, used in the cognitive radio, greatly improving the detection probability
BCS
- 压缩感知程序源码,Blind compressed sensing (BCS)不需要在采样和恢复阶段预先知道稀疏基。源码对于研究压缩感知前沿具有很好的借鉴意义。-The fundamental principle underlying compressed sensing is that a signal, which is sparse under some basis representation, can be recovered from a small number of linear
ms-bcs-spl-1.2-2
- matlab code for image compressive sensing. block compressive sensing is used.
bcs-spl-dpcm-1.0-2.tar
- 压缩感知的差分量化,此代码是基于块的压缩感知量化,减少了bit率,对压缩感知的量化有起步作用。-compressed sending ,bcs-spl-dpcm
bcs-spl-1.5-1
- 实现基于快的图像压缩感知恢复,对视频和图像进行重构实现视频图像的压缩和恢复-Achieve faster image compression based on perceived recovery, video and image reconstruction to achieve video compression and recovery
tsdctcs
- 贝叶斯压缩感知工具包,matlab源代码,BCS入门工具包,配合文章学习。-tools for Bayesian compressian sensing. matlab souce code.
ms-bcs-spl-1.2-2.tar
- MS-BCS-SPL一种新的压缩感知重构算法,相比TVAL3要好的多-compressive senor
mh-bcs-spl-1.0-1.tar
- 基于时空相关性的分布式压缩感知多假设预测重构算法,能较好地改善视频序列的重建质量。-Based on spatial and temporal correlation MST703/705 multiple hypothesis prediction reconstruction algorithm can better improve the quality of reconstructed video sequence.
BCS
- IEEE文献Bayesian Compressive Sensing及贝叶斯压缩感知源码-Bayesian Compressive Sensing Code
BCS_demo
- 贝叶斯压缩感知(BCS)算法的相关代码。能够运行,功能良好。-Bayesian Compressive Sensing (BCS) algorithm related code.
BCS-SPL-1.5-1
- These MATLAB programs implement the Block Compressed Sensing - Smoothed Projected Landweber (BCS-SPL) algorithm as described in paper: S. Mun and J. E. Fowler, "Block Compressed Sensing of Images Using Directional Transforms," submitted to
BCS
- 压缩感知创始人之一大牛陶哲轩,贝叶斯压缩感知,代码包,含使用说明-Compressed Sensing co-founder Daniel Terence Tao, Bayesian Compressive Sensing, code package containing instructions for use
bcs_ver0.1
- 贝叶斯压缩感知算法完整代码。值得初学者拥有。(The complete code of Bayesian compressed sensing algorithm, which is be worthy of a beginner.)
BCS
- Bcs algorithm for matlab
BCS-FOCUSS
- 仿真分析了贝叶斯算法以及FOCUSS算法对信号处理的性能,并比较了这两种算法的结果(The performance of Bayesian algorithm and FOCUSS algorithm for signal processing is simulated and analyzed, and the results of the two algorithms are compared.)
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。