-
final
提供一個傅立葉轉換 融合大小轉換 出的圖形(fourier tranfer)
- 2011-01-11 16:08:30下载
- 积分:1
-
Articles_of_programing_by_Matlab_and_VC
Matlab与VC混合编程技术精华收集以及我自己的总结"w-”开头的文章都是我自己总结的,看了一定可以搞定混合编程问题。(Matlab and VC mixed programming technology essence collection and my own conclusion "w-" the beginning of the article I summed up all the reading will be able to get mixed programming problems.)
- 2007-03-22 18:14:59下载
- 积分:1
-
mfa
mfa的源码,老外写的,很不错,需要时直接在相关文件中修改参数即可~(the code of mfa)
- 2010-07-15 09:40:16下载
- 积分:1
-
lishuhanshu4
钟型隶属函数-d参数变化钟型隶属函数-d参数变化(Bell-shaped membership function-d parameter bell-shaped membership function-d parameter changes)
- 2009-04-10 04:36:35下载
- 积分: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
-
GA_Optimization
用遗传算法求解函数最优问题,注释详细,过程详细,值得参考和学习,稍微修改能用于解答其他问题!(Function using genetic algorithm optimization problem, detailed notes, the process in detail, it is worth reference and learning, a slight modification can be used to answer other questions!)
- 2013-11-05 00:26:12下载
- 积分:1
-
A-Guide-to-MATLAB-Object-Oriented-Programming---A
A Guide to MATLAB Object-Oriented Programming - Andy H. Register
- 2011-12-12 04:25:05下载
- 积分:1
-
matlabpro
模糊控制策略在大滞后对象控制策略上的研究(Fuzzy Control Strategy in the Great Time Delay Control Strategy Research)
- 2008-04-02 14:42:54下载
- 积分:1
-
modsign
modification of signcryption scheme based on ecc
- 2009-12-16 06:54:12下载
- 积分:1
-
TemplateMatching
说明: 基于模板的图像匹配,使用matlab实现,代码简洁, 有清晰注释(Template-based image matching, the use of matlab, the code is concise, clear notes)
- 2011-04-14 12:18:44下载
- 积分:1