-
MSE
mse算法的matlab仿真程序,包含LS_MSE_calc.m,MMSE_MSE_calc.m,SER_compare.m
文件(mse algorithm matlab simulation program, including LS_MSE_calc.m, MMSE_MSE_calc.m, SER_compare.m file)
- 2010-07-31 15:50:51下载
- 积分:1
-
tls-(2)
tls 算法 解决带系数矩阵的问题比LS算法在误差校正方面更有优势(tls algorithm to solve the problem with the coefficient matrix more advantages than the LS algorithm in terms of error correction)
- 2013-12-23 00:51:37下载
- 积分:1
-
SVPWMtested
svpwm_MATLAB 仿真,搭建好的SVPWM模块(MATLAN SVPWM)
- 2013-05-04 00:24:32下载
- 积分:1
-
基于LMS算法的MATLAB仿真源程序
说明: 从信号估计和频谱分析的观点分析了LMS算法,提出了LMS算法应具有低通性能的观点,并给出了求取算法收敛因子的公式。(In this paper, the LMS algorithm is analyzed from the viewpoint of signal estimation and spectrum analysis. The viewpoint that the LMS algorithm should have low-pass performance is put forward, and the formula for calculating the convergence factor of the algorithm is given.)
- 2019-04-13 21:29:29下载
- 积分:1
-
one
低通滤波器,通过Chebyshev方式实现,仅供参考,谢谢。(Chebyshev IIR)
- 2009-12-19 12:00:41下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
ReinforcementLearning
强化学习的原代码还可以的强化学习的原代码还可以的(The original source of reinforcement learning reinforcement learning can also be in the original code)
- 2010-05-11 18:50:40下载
- 积分:1
-
1EKF_Quat
design of a low cost INS by quaternion
- 2011-05-10 15:47:19下载
- 积分:1
-
SampleQuestions
high speed networks ebooks sample questions
- 2014-09-05 18:06:02下载
- 积分:1
-
利用MATLAB软件实现偏最小二乘回归方程模型PLS
利用MATLAB软件实现偏最小二乘回归方程模型(use the soft of the MATLAB to calculate the partial least-squares regression )
- 2009-11-27 10:43:06下载
- 积分:1