-
ModbusRTU
ModbusRTU 功能模块,ModbusRTU协议是工业上最常见的通讯协议之一
本模块先前运用在PIC系列单片机上,稍作修改可以运用到其他场合.(ModbusRTU Modules For Embedded Development )
- 2010-12-14 13:20:05下载
- 积分:1
-
BPSK.Simulation
说明: 对基础信道BPSK的实现与仿真,里面含有对各个结构构成的分别实现(On the basis of the channel realization and simulation of BPSK, which contains the composition of each structure were achieved)
- 2010-04-17 11:25:31下载
- 积分:1
-
tree
决策树分类的各种代码,包括ID3、c4.5等等,有界面可以运行(Various code of decision tree classification, including ID3, C4.5 and so on, there are interface can run)
- 2014-10-13 14:35:31下载
- 积分:1
-
Matlabchengxushejiyuanma
上百种Matlab程序设计的源码,希望对初学者有一些帮助。(Hundreds of Matlab programming source code, and they hope to have some help for beginners.)
- 2007-09-26 16:54:01下载
- 积分:1
-
filter
各种滤波器大全,FIR,自适应,IIR等。(Daquan various filters, FIR, adaptive, IIR and so on.)
- 2011-10-07 02:34:09下载
- 积分:1
-
heart
一个用MATLAB编的图像效果,丘比特之箭穿双心哦(A series of images using MATLAB effect, Cupid wear double heart oh)
- 2013-10-09 08:51:34下载
- 积分:1
-
Modulations1
This file includes FSK,OOSK and QPSK modulations.
- 2009-02-25 23:14:54下载
- 积分:1
-
electre3
说明: 多目标决策;多属性决策;matlab代码;ELECTRE iii (MCDM MADM MATLAB ELECTRE iii )
- 2010-03-31 14:02:54下载
- 积分:1
-
TP1_loi_de_bernouli
TP1_loi_de_bernouli avec matlab
- 2011-05-16 03:24:15下载
- 积分:1
-
xiaobobao
ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x 小波图像去噪( ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x )
- 2012-05-26 11:08:34下载
- 积分:1