-
Least-square-method
最小二乘法,无论是在工程上还是在学术上都应用越来越广泛,文章给出了一个比较好用的最小二乘matlab 实现程序,很好用下载即可运行。(Least squares method, whether in engineering or applied more widely both the academic, the article gives a least squares matlab implementation relatively easy to use program, good to run with the download.)
- 2010-10-25 13:37:28下载
- 积分:1
-
TSP
TSP solved whit Genetic Algorithms in MATLAB GA toolbox
- 2009-10-20 03:15:21下载
- 积分:1
-
~6Book_MATLAB+simulink
电子通信系统的建模与仿真
第6章 信号处理
6.1 MATLAB的数据可视化表达
6.2 MATLAB仿真中的信号处理
6.3 信号特征参数的计算
6.4 信号的频谱分析?
6.5 线性系统
6.6 数字滤波器设计与实现
(Electronic communications system modeling and simulation of signal processing Chapter 6 of the 6.1 MATLAB data visualization Expression 6.2 MATLAB simulation of signal processing 6.3 signal characteristic parameters for calculating the spectrum analyzer 6.4 signal ? 6.5 Linear Systems 6.6 Digital Filter Design and realize)
- 2008-07-27 21:48:28下载
- 积分:1
-
preisach
基于matlab的preisach算子建模,用于迟滞系统建模(preisach operator)
- 2013-05-03 16:34:00下载
- 积分:1
-
robot-Neural-network-control
该程序是由matlab编写的,可实现机器人的神经网络控制的仿真分析。(The program is written by matlab, simulation analysis enables the robot' s neural network control.)
- 2015-03-18 17:54:43下载
- 积分:1
-
power_hvdc12pulse_average
Thyristor-Based HVDC Transmission System
- 2012-09-02 03:17:24下载
- 积分:1
-
Euler
说明: Euler method for differential equation
- 2019-02-06 22:49:21下载
- 积分:1
-
tuxiangchuli
用MATLAB编写的另一个用于图像灰度处理的小程序,很经典的一个图像灰度处理小程序。(Prepared using MATLAB image processing and another for a small procedure, it is the classic image of a small program to deal with.)
- 2008-12-14 09:21:25下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
rls_matlab
本源码用MATLAB语言实现了自适应RLS算法,并附有FFT分析(rls fft)
- 2009-04-21 19:47:04下载
- 积分:1