-
calcgui3
Small calculater GUI
This GUI takes 2 user chosen numbers and applies a matchmatical operation on the two numbers. Also shows save and load functionality.
(Small calculater GUIThis GUI takes 2 user chosen numbers and applies a matchmatical operation on the two numbers. Also shows save and load functionality.)
- 2008-12-12 14:26:32下载
- 积分:1
-
circuit1
this file simulate a circuit in matlab simulink and show the results
- 2009-09-16 17:56:08下载
- 积分:1
-
resource
point detect introduction and implement the concept
recommended
- 2010-06-23 17:35:23下载
- 积分:1
-
KAPPA-1D
MATLAB 计算kappa分布,不仅有一维情况而且有三维情况下的算法(MATLAB computing kappa distribution, not only one-dimensional and three-dimensional case the algorithm)
- 2013-11-17 22:23:26下载
- 积分:1
-
image-processing
这是matlab的图像处理学习文件,自己花钱买来的资料,不是网上随便下载的。(This is a learning matlab image processing files, their own money to buy the information, not just downloaded online.)
- 2013-12-13 17:17:40下载
- 积分:1
-
Alamouti
The program simulates alamouti s code with abitrary no.s of rx. Performance analysis can be drawn. (BER vs SNR)
- 2008-01-18 18:12:12下载
- 积分:1
-
xiaobojiangzao
利用小波阈值系数降噪的方法,对振动噪声信号进行降噪(
25/5000
Lìyòng xiǎobō yùzhí xìshù jiàng zào de fāngfǎ, duì zhèndòng zàoshēng xìnhào jìnxíng jiàng zào
The method of wavelet threshold coefficient noise reduction is used to noise the noise signal)
- 2017-04-27 18:50:10下载
- 积分:1
-
matlab_carNOsegmentationprogram
采用matlab开发的用于车牌分割的开发程序,识别率高(The development of the use of matlab for the development of procedures for license plate segmentation, recognition rate is high)
- 2009-03-29 11:34:02下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
HOSA
高阶谱matlab分析工具箱;高阶谱分析工具箱由matlab 的m文件开发;(Higher-Order Spectral
Analysis ToolboxThe Higher-Order Spectral Analysis Toolbox is a collection of M-files t)
- 2014-09-26 05:44:25下载
- 积分:1