-
predict_tomorrows_price
Predict stock price (m file to forecast stock price)
- 2013-03-25 01:34:44下载
- 积分:1
-
yangben600
可以产生不同调制方式的信号,包括bpsk,qpsk,fsk,msk,16qam,64qam.可以产生不同的样本。(Can generate a signal of different modulation methods, including bpsk, qpsk, fsk, msk, 16qam, 64qam. Can produce different samples.)
- 2015-02-02 18:27:15下载
- 积分:1
-
kingyen_v83
关于非线性离散系统辨识,小波包分析提取振动信号中的特征频率,数学方法是部分子空间法。( Nonlinear discrete system identification, Wavelet packet analysis to extract vibration signal characteristic frequency, Mathematics is part of the subspace.)
- 2016-06-03 16:36:15下载
- 积分: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
-
rgbtohsv
自己编写的基于matlab的rgb转hsv的m文件(M file to write your own based on the matlab rgb to hsv)
- 2012-09-27 09:44:06下载
- 积分:1
-
Person-Identification-Using-Ear-Biometrics
Person Identification Using Ear Biometrics
- 2013-10-21 18:06:14下载
- 积分:1
-
FilterMainTest
Different types of image filtering method
- 2015-01-21 06:24:47下载
- 积分:1
-
RPCA
鲁棒式主成分分析的实例,包含matlab程序,可以帮助理解鲁棒式主成分分析,也可以作为编程的参考。(Examples of robust type of principal component analysis, including matlab program that can help understand the type of robust principal component analysis, programming can also be used as a reference.)
- 2021-01-08 22:08:52下载
- 积分:1
-
PF_EPF_UPFduibifangzhendaima
PF,EPF,UPF的对比仿真代码,可以很直观的看出各种算法之间的差别及各自的优缺点。可直接运行。(PF, EPF, UPF contrast simulation code, it is intuitive to see the differences between the various algorithms and their respective advantages and disadvantages. Can be directly run.)
- 2008-12-23 16:24:53下载
- 积分:1
-
shanshujuli
S函数的使用及应用举例,可以帮助你学习s函数。(good information.)
- 2010-11-02 22:39:00下载
- 积分:1