-
hc838
数字信号处理 邮椭圆形变成双线性变换型 滤波器(Post Oval digital signal processing into bilinear transform Filter)
- 2010-05-08 19:49:09下载
- 积分:1
-
MATLAB_50
经典的50例电机仿真,包括磁路与变压器篇、直流电机篇、异步电机篇、同步电机篇等(50 cases of classic motor simulation, including circuit and transformer articles, articles DC motor, induction motor papers, articles, such as synchronous motor)
- 2009-04-01 19:05:59下载
- 积分:1
-
LEACHmultihop
LEACH一个修改模型,适用于多条方式,从而实现长距离传送(LEACH a modified model for a number of ways in order to achieve long-distance transmission)
- 2009-11-25 12:59:43下载
- 积分:1
-
极值中值滤波matlab实现
极值中值滤波的算法 目的 :处理图像,对于图像的细节进行保护,最大的保持原图的真 实性。 在图像去噪处理的过程中,保护细节的中值类滤波的研究成为非线性滤波 器研究的一个重要方面。
- 2022-03-21 16:12:41下载
- 积分:1
-
Programa
Program computes magnetic frill generator voltage.
- 2010-01-23 22:10:10下载
- 积分:1
-
xiaochu
用于信号(振动信号等其它信号)消除趋势项,采用最小二乘原理(Used to signal to eliminate trend items)
- 2013-04-14 21:52:01下载
- 积分:1
-
精细积分程序
在钟万勰院士最新书上的原代码
% Precise Integration Method
clear;
A=zeros(2);
C=A;
D=[0.5,0;0,1];
B=[-6,2;2,-4];
f0=[0;0;0;10];
f1=zeros(size(f0));
H=[A,D;B,C];
I=eye(size(H));
iH=inv(H);
tf=20;
step=[2,0.5,0.1]; % different step size
N=20;
figure;
hold;
str=["o","x","b-"];
for jj=1:3
%PIM begin
dt=step(jj)/2^N;
Ta=H*dt+(H*dt)^2*(I+
- 2022-01-30 16:59:30下载
- 积分:1
-
李萨如图形(含广义)绘制
设计了guide平台绘制李萨如图形,可以绘制三角波,矩形波,以及各种衰减波形。
- 2022-03-09 21:25:08下载
- 积分:1
-
suanfa
包含了退火算法,神经网络算法,遗传算法,蚁群算法,很好用,(Includes annealing algorithm, neural network, genetic algorithm, ant colony algorithm, useful,)
- 2010-06-28 16:59:02下载
- 积分:1
-
music_spectrum
说明: 谱估计的MUSIC算法,里面有详细的介绍,对做谱估计的同学应该有帮助。(The MUSIC spectral estimation algorithm, there are detailed introduction to the spectral estimation of the students do should be helpful.)
- 2008-09-19 10:02:44下载
- 积分:1