-
TDMOM
时域矩量法,基于显示时间步进算法
EMOT的子函数(Time-domain moment method, time stepping algorithm based on the display of the Functions EMOT)
- 2009-06-23 11:38:42下载
- 积分:1
-
cordic_EasyMatlab
自己编的Matlab实现旋转模式的CORDIC代码,附对应的参考资料,一看就懂。(Matlab realize their series rotation mode CORDIC code, with corresponding reference data, one can understand.)
- 2013-08-29 18:56:01下载
- 积分:1
-
proj-ASC
simple microprocessor that gives the greatest common divisor of 2 (4bit) numbers
- 2014-11-05 06:32:53下载
- 积分:1
-
Amouzesh-Matlab
matlab training in farsi
- 2012-09-01 04:12:32下载
- 积分:1
-
matlab-RBF
rbf预测matlab实现,很高兴与大家分享(it s so perfect,so I take it here to share it with all of us!)
- 2012-01-26 10:12:31下载
- 积分:1
-
MATLAB_SSB
通信原理上机实验-基于Matlab的模拟幅度调制系统-SSB调制解调系统程序代码(On communication theory machine experiment- Matlab-based simulation system-SSB modulation amplitude modulation and demodulation system code)
- 2014-01-02 17:32:16下载
- 积分: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
-
Bwyang_matlab
This codes describe a basic implementation of cognitive radio networks.Hope it is useful.
- 2011-01-28 13:05:35下载
- 积分:1
-
texture_extraction
说明: 灰度共生矩阵和灰度梯度共生矩阵提取纹理特征,用matlab实现的(Graylevel co-occurrence matrix and grayscale gradient co-occurrence matrix extraction means)
- 2011-03-10 11:25:08下载
- 积分:1
-
miler
matlab中的miler码实例,《基于matlab的通信系统仿真》(可运行,便于新人学习,有详细注释)(matlab code examples in the miler, " matlab-based Communication System Simulation" (to run, easy to learn new, detailed notes))
- 2010-05-21 10:45:39下载
- 积分:1