-
dwt
介绍基于DWT变换的数字水印的电子文档,并付matlab开发的源码(Introduction Based on DWT transform digital watermarking of electronic documents, and pay a matlab source development)
- 2008-02-26 16:21:03下载
- 积分:1
-
speech-recogniton-by-using-DTW
train程序能进行语音模板训练,test来用识别,即模板匹配的过程,采用DTW算法,通过反复训练模板能有较高的识别率(run train.m for templats training,and test.m for templates matching by using DTW.)
- 2011-05-26 22:13:57下载
- 积分:1
-
Beginning.Android.2
不可多得的安卓入门图书!由Mark Murphy编著,手把手教你实现你的第一个安卓应用程序(Getting Andrews rare books! Edited by Mark Murphy, taught you how to achieve your first Android application)
- 2014-09-23 14:15:30下载
- 积分:1
-
Skele
一个matlab实现骨骼识别运算的好程序
已经生成了。cpp文件,可以在C++环境下无改动调用(A matlab computing to achieve a good bone identification procedures have been generated. cpp file, you can C++ environment, no change is called)
- 2009-09-22 16:15:56下载
- 积分:1
-
Coordinate_transformation_formulas
坐标系转换公式 包括 坐标变换方法 ,坐标系转换方法, 其它坐标系转换方法。(Coordinate transformation formulas, including coordinate transformation, coordinate system conversion method, the other coordinate system conversion method.)
- 2010-09-26 22:28:08下载
- 积分:1
-
frfgsdnn988
speed and position control of dc motor
- 2014-12-10 00:29:43下载
- 积分:1
-
shixi1
这是一个地震子波波形显示及一维地震记录合成的程序(This is a seismic waveform display and one-dimensional seismogram synthesis program)
- 2013-04-22 09:49:04下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
Dmuavs
四旋翼飞行器入门材料,由浅入深,适合初学者(Four-rotor entry materials, Deep, suitable for beginners)
- 2014-11-12 16:30:36下载
- 积分:1
-
Chapter1
psk,fsk等调制的基于matlab仿真,由仿真结果看出其性能的差别(psk, fsk modulation, such as matlab-based simulation, the simulation results that the performance difference)
- 2008-04-30 02:14:42下载
- 积分:1