-
BackgroundWorker
程序控制编程实例25 如何实现BackgroundWorker异步调用(Programming examples of process control 25 how to achieve BackgroundWorker Asynchronous Call)
- 2007-11-13 21:19:12下载
- 积分:1
-
hhtanddata
HHT变换的EMD方法和希尔伯特谱的一些源程序,以及一些实例数据(HHT transform the EMD method and Hilbert spectrum of some of the source, and some examples of data)
- 2010-09-12 18:21:34下载
- 积分:1
-
modal_identification
模态参数辨识!单点激励响应,通过模态实验获取模态参数,模态质量,刚度,阻尼(modal parameter identification)
- 2021-03-28 13:49:11下载
- 积分:1
-
用matlab的GUI做的一个数字信号处理系统,选择输入信号波形及频率,进行滤波、频域分析等等。...
用matlab的GUI做的一个数字信号处理系统,选择输入信号波形及频率,进行滤波、频域分析等等。-Using matlab to do the GUI of a digital signal processing system, select the input signal waveform and frequency for filtering, frequency domain analysis and so on.
- 2023-02-04 13:40:03下载
- 积分:1
-
ClusterValidationToolNC-v2
cluster validation tools matlab toolbox
- 2009-04-03 12:02:42下载
- 积分: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
-
gaot2
说明: 有关MATLAB遗传算法工具箱的一些源代码(MATLAB genetic algorithm toolbox on some source code)
- 2011-04-15 18:01:05下载
- 积分:1
-
LFnewton
power flow analysis using newton raphson method
- 2013-07-27 19:00:20下载
- 积分:1
-
slc
针对3中不同的面目标回波仿真结果(内含有3个回波仿真结果) 用rd算法进行成像(Imaging rd algorithm for 3 different surface targets echo simulation results (contains 3 echo simulation results))
- 2013-03-11 11:04:26下载
- 积分:1
-
Single-phase-inverter
单相逆变器并网控制和有源频率偏移孤岛检测(Single-phase inverter and network control and active islanding detection of frequency offset)
- 2011-12-28 14:18:32下载
- 积分:1