-
7777777
精通MATLAB金融计算》 随书光盘程序
(Proficient in MATLAB financial computing" CD with the book program)
- 2011-12-17 10:27:22下载
- 积分:1
-
mvdr
窄带信号mvdr波束形成,这几天的学习结果(mvdr is written by me!)
- 2021-03-17 21:59:21下载
- 积分:1
-
A_Low_Complexity_Algorithm_for_Proportional_Resour
A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems
- 2010-12-21 11:24:12下载
- 积分:1
-
barcode
说明: 能够把一副由于照相时收的抖动造成的模糊的图像,变清晰,效果很好(Able to receive a shake when the camera due to blurred images, becoming clear, with good results)
- 2011-03-15 15:42:02下载
- 积分:1
-
asf
it is matlab source code implemeted in Matlab 7.6.
this is utilized in matlab.
- 2011-05-21 16:49:30下载
- 积分:1
-
Lot
LOT变换,主要用于MAT实验上的重叠正交变换。制作人张新鹏。(LOT transform, mainly for the experimental MAT overlapping of orthogonal transformation. Zhang Xinpeng producers.)
- 2007-05-28 09:53:17下载
- 积分:1
-
IPM
inverse perspective mapping
- 2013-11-18 17:19:03下载
- 积分:1
-
PLS
PCA 主成分分析 程序 采用主成分分析法(PCA),对大沽夹河流域水质进行了定量化综合评价。
(matlab PCA(Principal Component Analysis) programmer is deserved ,it s good to learn.The water quality in Dagujia River basin was assessed by using the PCA method)
- 2012-04-06 19:33:20下载
- 积分: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
-
Iterative-Closest-Point-Method
icp(iterative closest point)的代码,本人已经使用过了,效果还行,总共就一个文件,所有的函数都写在这上面了(icp (iterative closest point) of the code, I have used, and the results were OK, total on a file, all of the functions are written in it.)
- 2013-07-16 19:14:03下载
- 积分:1