登录
首页 » matlab » 698073

698073

于 2017-05-19 发布 文件大小:315KB
0 202
下载积分: 1 下载次数: 4

代码说明:

  经典ldpc编译码程序 gallager的博士论文里的部分仿真程序,(Classic LDPC decoding programming gallagher s doctoral thesis in part of the simulation program,)

文件列表:

gallager1_data.mat,254672,2002-06-26
gallager1_data_1008_1_2.mat,1016720,2002-06-21
gallager1_data_2016_1_2.mat,4064912,2002-06-25
gallager1_data_504_1_2.mat,254672,2002-06-21
gallager1_data_504_1_2_63.mat,254672,2002-06-26
Ugallager1.m,5884,2002-06-26

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

发表评论

0 个回复

  • 去噪
    维纳滤波和均值滤波,及利用自适应维纳滤波的图像去噪MATLAB代码,效果优于维纳滤波(Using adaptive Wiener filtering for image denoising MATLAB code, the effect is better than Wiener filtering)
    2020-11-03 13:49:52下载
    积分:1
  • Matlabimage
    Matlab在医学图像处理中的应用Study on Image Processing of the Lung Cancer and Bone by Using MATLAB (Study on Image Processing of the Lung Cancer and Bone by Using MATLAB )
    2011-01-05 21:43:40下载
    积分:1
  • NSRfilter
    关于散斑噪声去除的很多种去噪方法,其中还包含现在很流行的一些去散斑噪声方法。(This package contain several filter algorithms for speckle reduction in ultrasound images or SAR images.)
    2021-03-04 22:39:31下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • seisplot
    SEISPLOT 可以弥补FIMAGE软件带来的不足,即可以实时地显示更多剖面。而且还可以进行其它格式的转换。(seisplot is a software for seismic profile viewing.)
    2010-06-06 17:30:10下载
    积分:1
  • Segmentation-with-shadowing-removal-master
    阴影消除matlab代码,运行可用,可供参考(The shadow eliminates the matlab code, which is available for reference)
    2017-11-29 15:42:28下载
    积分:1
  • Criminisi-original-gray
    原始的criminisi灰度图像修复算法及实验图片(Original Criminisi grayscale image restoration algorithm and experimental images)
    2013-05-10 10:01:35下载
    积分:1
  • MTD20000778
    动目标检测,包括动目标检测理论,动目标检测器,目标检测公式(Moving target detection, including moving target detection theory, moving object detection, object detection formula)
    2016-06-11 00:06:33下载
    积分:1
  • ROI
    提取指纹图象的 方向场还有ROI。喜欢就下。还可以。(Extraction of fingerprint orientation field there is image ROI. Like on the next. Can also be.)
    2007-11-24 10:00:10下载
    积分:1
  • bianhuajiance
    变化检测是从不同时期的遥感数据中定量分析和确定地表变化的特征与过程;遥感变化检测是一个确定和评价各种地表现象随时间发生变化的过程;遥感变化检测是遥感瞬时视场中地表特征随时间发生的变化引起两个时期影像像元光谱响应的变化(Change detection is the characteristic and process of quantitative analysis and determination of surface variation in remote sensing data different periods. Remote sensing change detection is a process of determining and uating various surface phenomena over time. Remote sensing change detection is the change of the surface feature over time in remote sensing instantaneous field.)
    2017-05-19 10:36:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载