搜索资源列表
咖吗滤波matlab
- function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. % H = RGB2HSV(M) converts an RGB color map to an HSV color map. % Each map is a matrix with any number of rows, exactly three
OSE_Code.rar
- 《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码,《Optimal State Estimation- Kalman, H Infinity, and Nonlinear Approaches》source code,including Matlab code of Kalm
hinfcontrol.rar
- 针对H无穷大控制,附加Matlab程序,进行解说,英文原文,For H infinity control, additional Matlab procedures explained, the original English text of
在matlab simulink上搭的一个H-H模型
- 自己根据所学在matlab simulink上搭的一个H-H模型,可以通过施加不同电刺激,模拟细胞膜上神经电位的变化-Their own knowledge in matlab simulink based on the ride of a HH model, can be subject to different electrical stimulation to simulate the changes in the membrane of nerve action potential
matlabinter
- AVS帧内预测算法的MATLAB代码,具体做了水平预测、垂直预测、DC和左上预测、右下预测。-AVS intra-prediction algorithm MATLAB code, the specific level of the forecast done, vertical prediction, DC prediction and the upper left, lower right forecast.
h-k-means
- 用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助-Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful
H-guide-FDTD-Code
- H-Guide Matlab Code by FDTD nethod
linkMQ
- 一个简单介绍如何使用Matlab生成HDL代码,如何让使用Matlab和Modlsim联合仿真-A brief introduction how to use the Matlab generated HDL code, and how to make co-simulation using Matlab and the Modlsim
H.263
- 这是一个视频matlab程序,程序比较完整,容易上机验证,-This is a video of matlab program, procedure is complete, easy-on authentication
H-infini
- its matlab code used for design an Hinf control system
attachments_2011_03_17
- its part of h.264 function
Loop-Shaping-Robust-Control
- simulate in matlab. H inf. Loop Shaping Robust Control vs. Classical PI(D) Control: A case study on the Longitudinal Dynamics of Hezarfen UAV. PI(D) Control System Design.
numerical-methods-using-matlab--4th--Edition
- Numerical Methods Using Matlab (4th Edition),John H. Mathews (Author), Kurtis K. Fink (Author).This book provides a fundamental introduction to numerical analysis. This book covers numerous topics including Interpolation and Polynomial Approximation,
hinf_control
- 基于Matlab H inf 鲁棒控制的设计 简述了 鲁棒控制器的基本思想,给出了运用Matlab鲁棒控制工具箱为假定空间桁架设计 鲁棒控制器的设计过程,同时也给出了控制器作用下闭环系统的分析结果-Robust control based on Matlab H inf robust controller design outlines the basic idea, given the use of Matlab robust control toolbox to assume that
matlab
- h.264帧内预测的matlab程序随着视频编码技术的迅速发展,性能更好的H.264标准越来越成熟,被广泛应用于许多多媒体应用领域。-H. 264 frame of matlab with video forecast coding technology rapid development, better performance of h. 264 standard more and more mature, are widely used in many multimedia applicat
硬盘磁头问题H-infinite设计
- 此程序为硬盘磁头振动问题,采用H无穷方法既减弱了磁头的振动幅值,又增强了系统鲁棒性。(This program uses the H infinite method to reduce the vibration amplitude of the head and enhance the robustness of the system.)
H.W
- this file is a estimation matlab code for mont carlo
H.W3
- it is a matlab file for wavelet simulation. dsp course
h-264
- 视频压缩协议h.264的编码和解码例程,用MATLAB编辑(Coding and decoding routines for video compression protocol H.264, edited with MATLAB)
LDPC-PEG算法构造H矩阵
- LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740