-
lvbodehanshu
说明: 这是一些滤波的小程序,用MATLAB编的,没有用到MATLAB自身的一些函数(This is a small number of filtering procedures, using MATLAB series, did not use its own MATLAB some function)
- 2006-03-26 22:56:26下载
- 积分:1
-
matlab
test2:
一、 基本最小二乘法一次算法
二、 基本最小二乘法递推算法
三、 最小二乘遗忘因子一次完成算法
四、 最小二乘遗忘因子递推算法
五、 最小二乘限定记忆算法
六、 最小二乘偏差补偿算法
七、 增广最小二乘算法
八、 广义最小二乘算法
test3:
一、 辅助变量自适应滤波算法
二、 辅助变量纯滞后算法
三、 辅助变量Tally原理算法
四、 多级最小二乘算法
五、 各类改进最小二乘算法的特点
test4:
1、 第二类随机性辨识问题的梯度校正
2、 随机牛顿法
test5:
1、 递推的极大似然估计
2、 预报误差参数辨识
test6:
1、 根据Hankel矩阵秩估计模型阶次(弱噪声)
2、 根据Hankel矩阵秩估计模型阶次(强噪声)
3、 利用行列式比估计模型阶次(白噪声)
4、 利用行列式比估计模型阶次(有色噪声)
5、 利用残差的方差估计模型阶次(白噪声)
6、 利用残差的方差估计模型阶次(有色噪声)
7、 AIV定阶法(白噪声)
8、 AIV定阶法(有色噪声)
test7:
1、 一阶惯性+纯滞后环节-----两点法
2、 面积法1
3、 levy法
(test2:
First, the basic method of least squares algorithm once
Second, the basic recursive least squares algorithm
Third, once the forgetting factor least squares algorithm
Fourth, the forgetting factor recursive least squares algorithm
Fifth, the least-squares algorithm limited memory
Six , least squares error compensation algorithm
Seven , extended least squares algorithm
Eight , generalized least squares algorithm
test3:
An auxiliary variable adaptive filtering algorithm
Second, the auxiliary variable time delay algorithm
Third, the principle of auxiliary variable algorithm Tally
Fourth, multi-stage least squares algorithm
Fifth, the least squares algorithm to improve the characteristics of various types of
test4:
1, the second class of stochastic gradient identification problem corrected
2 , randomized Newton
test5:
1, the recursive maximum likelihood estimation
2, the prediction error parameter identification
test6:
1 , according to the Hankel matrix rank est)
- 2020-10-29 10:59:57下载
- 积分:1
-
Kalman-filter-for-Colored-noise
卡尔曼滤波处理有色噪声的matlab程序
-kalman filter(Kalman filter for Colored noise)
- 2015-01-26 10:50:24下载
- 积分:1
-
BICM8PSK
bit-interleaved coded modulation (BICM-ID) with 8psk
- 2021-03-15 16:09:22下载
- 积分:1
-
DWT
基于小波变换的数字音频水印算法
水印嵌入源程序
(With the rapid growth of computers, network and multimedia technologies, powerful and low cost computers allow people to easily create and copy digital products of multimedia. The Internet has made it easy to distribute the information at very low cost. However, these technologies also can be illegally copied, modified and redistributed multimedia data without regarding for intellectual property rights ownership. )
- 2009-05-09 09:38:01下载
- 积分:1
-
bp-matlab
一个关于BP网络的人工神经元的程序,用MATLAB开发的。(On BP artificial neural network procedures, developed with MATLAB.)
- 2008-06-08 07:49:25下载
- 积分:1
-
ds_cdma
main_DSCDMA.m
这个仿真程序用于实现DS-CDMA通信系统仿真
( Main_DSCDMA.m of this simulation program used to implement DS-CDMA communication system simulation)
- 2011-06-06 16:20:07下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
Measuring-Delay
考虑你在哪里不同的传感器,桥上两侧的汽车造成的振动记录收集数据的情况。当你分析这些信号,则可能需要对齐。假设你有3个传感器以相同的采样速率工作,他们是造成同一事件的测量信号。(Consider a situation where you are collecting data different sensors, recording vibrations caused by cars on both sides of a bridge. When you analyze the signals, you may need to align them. Assume you have 3 sensors working at same sampling rates and they are measuring signals caused by the same event.)
- 2016-04-11 21:58:16下载
- 积分:1
-
IWT
完成数字图像处理5/3整数小波变换和重构(Complete digital image processing 5/3 integer wavelet transform and reconstruction)
- 2021-04-29 00:18:43下载
- 积分:1