-
huffmam_decoding
the decoding of Huffman codes is shown. For the decoding the coding tree has to be constructed using the information which has to be transmitted as well.
Following that the input is read bitwise and for each 0 a left turn is taken and for each one a right turn until a leave is reached. In this case the value of the leave (usually a character) is output, continuing after that at the root.
- 2010-08-11 04:03:25下载
- 积分:1
-
fuzzy_control
用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。
function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
FCU_T1 重心加权法,输出精确值
FCU_T2 重心加权法,输出离散值
FCU_T3 重心加权法(对隶属度平方),输出离散值
FCU_T4 最大隶属度法
function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
R 表示全体规则构成的模糊关系
n=nfe×nfec
nE 模糊变量E的语言值个数
nEC 表示模糊变量EC的语言值个数
nU 表示模糊变量U的语言值个数
nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7}
Me 表示E的隶属度表
Mec 表示EC的隶属度表
Mu表示U的隶属度表
UC表示规则表(fuzzy control algorithm(matlab program))
- 2015-05-19 14:23:20下载
- 积分:1
-
MATLAB
层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法(Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm)
- 2009-03-23 08:39:55下载
- 积分:1
-
MATLAB
本代码是在matlab平台上对数字进行检测识别(This code is in matlab platform for detection of digital identification)
- 2008-05-23 22:57:56下载
- 积分:1
-
dongtaijie
频率解与动态区域解 频率普分析(Frequency spectrum analysis)
- 2013-03-14 15:41:40下载
- 积分:1
-
KPMtools
在国外网站下载的关于卡尔曼滤波的matlab编程程序,供参考。(the Matlab program ,downloaded from a foreign website,is about Kalman Filter,just as a reference。)
- 2013-03-30 09:33:08下载
- 积分:1
-
The-neural-network
The neural network是基于matlab软件应用的一款源程序,可用于图像的神经网络处理分析,结构简单易懂。(The neural network is a source program based on matlab software applications, can be used for image processing analysis of neural network structure is simple and easy to understand.)
- 2015-03-29 15:06:41下载
- 积分:1
-
pmsm231_discontinous
基于SVM-DTC永磁同步电机直接转矩控制(Based on SVM-DTC Direct Torque Control)
- 2013-05-24 19:56:39下载
- 积分:1
-
common_near_addwindow
实现近场波束形成,主要的还有加窗的功能,希望大家交流一下,其他的都不说了 ,近场波束和加窗(Achieve near-field beamforming, the main window also add features, I hope to share what the other did not say, near-field beam and windowing)
- 2020-11-18 10:29:39下载
- 积分:1
-
mat
matlab在信号处理中傅里叶变换的应用,大家可以参考一下(matlab Fourier transform in signal processing applications, we can refer to)
- 2010-10-22 19:53:41下载
- 积分:1