-
MUSIC
MUSIC算法估计性能分析,详细的介绍了MUSIC算法估计性能(It is very useful in array signal process )
- 2009-11-26 23:43:38下载
- 积分:1
-
IVS
打开一个图像或者视频文件,相应的轮廓检测功能,视频运动物体的跟踪功能(applications on image,tracking objects in the video)
- 2010-11-22 21:46:29下载
- 积分:1
-
数学建模源码
灰色系统理论建模源代码 function GM1_1(X0) %format long [m,n]=size(X0); X1=cumsum(X0); %累加 X2=[]; for i=1:n-1 X2(i,:)=X1(i)+X1(i+1); end B=-0.5.*X2 t=ones(n-1,1); B=[B,t] ; % 求B矩阵 YN=X0(2:end) ; P_t=YN./X1(1:(length(X0)-1)) %对原始数据序列X0进行准光滑性检验, %序列x0的光滑比P(t)=X0(t)/X1(t-1) A=inv(B."*B)*B."*YN." a=A(1) u=A(2) c=u/a ; b=X0(1)-c X=[num2str(b),"exp","(",num2str(-a),"k",")",num2str(c)]; strcat("X(k+1)=",X) %syms k; for t=1:length(X0) k(1,t)=t-1; end k Y_k_1=b*exp(-a*k)+c; for j=1:length(k)-1 Y(1,j)=Y_k_1(j+1)-Y_k_1(j); end XY=[Y_k_1(1),Y] %预测值 CA=abs(XY-X0) %残差数列 Theta=CA %残差检验 绝对误差序列 XD_Theta= CA ./ X0 %残差检验 相对误差序列 AV=mean(CA); &
- 2022-05-14 22:50:35下载
- 积分:1
-
ch2
07C第二版统一参考教案的第2章内容的课件,将上传完整个教案,欢迎学生下载学习!(07C lesson plans reference the second edition of Unity Chapter 2 content of the courseware, will upload an entire lesson plan, students are welcome to download to learn!)
- 2010-09-21 15:41:28下载
- 积分:1
-
30天学通C#项目案例开发书中的源码
医院管理系统
30天学通C#项目案例开发书中的源码
医院管理系统-30-day pass C# project case studies developed the source book, Hospital Management System
- 2022-03-25 20:18:18下载
- 积分:1
-
dt.STM32Pfreemodbus
STM32单片机freemodbus的移植,主从机的都有(1, transplant FreeModbus1.5 and RT-Thread1.1.1 to STM322, development platform supports Eclipse, Keil, IAR3, can be used in the Eclipse plug-in version management EGIT 4, support Modbus RTU (ASCII untested))
- 2013-09-29 20:50:19下载
- 积分:1
-
dianzizhong
51单片机电子钟,模块化编程,利用单片机开发板实现电子钟功能,(Electronic clock)
- 2017-10-23 20:46:44下载
- 积分:1
-
表达式求值的c语言实现
表达式求值的c语言实现-expression evaluates the C Language
- 2022-11-28 13:15:04下载
- 积分:1
-
多线程异步编程实例 Thread Async
多线程、异步
- 2012-12-27下载
- 积分:1
-
ConvertWGStoCarser
WGS 转换到Carser WGS 转换到Carser(ConvertWGStoCarser ConvertWGStoCarser ConvertWGStoCarser)
- 2013-03-20 10:18:35下载
- 积分:1