登录
首页 » 界面开发 » Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training s...

Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training s...

于 2023-07-03 发布 文件大小:85.51 kB
0 126
下载积分: 2 下载次数: 1

代码说明:

Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of vectors, generally referred to as training set, is needed to be processed. Usually, vectors sampled from a group of typical signals to be encoded altogether construct a training set T={x1,x 2,?.x M} ,where xi represents a sampled training vector and M represents the size of training set which is far greater than the codebook size N.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 正点原子STM32,看门狗实验
    正点原子STM32,看门狗实验,是广大单片机开发者学习者最适合的学习资料。风格相信大家都见过,程序清晰,容易移植。欢迎大家测试周立功的风格相信大家都见过,程序清晰,容易移植。
    2023-07-09 21:20:03下载
    积分:1
  • 应用程序的操作命令
    资源描述 •菜单提供一种方便的命令分组的方法,并使用户更加容易访问这些命令,菜单将应用程序的操作命令以菜单的形式提供给用户。菜单从形式上分为下拉式菜单及弹出式菜单两种。 
    2022-11-18 21:00:04下载
    积分:1
  • transfer with jlist
    导入java.util.Random文件;
    2022-01-27 21:27:07下载
    积分:1
  • 测点计算程序,可指定起始压力和终止压力,按压差、流量等分方式计算测点...
    测点计算程序,可指定起始压力和终止压力,按压差、流量等分方式计算测点-Measuring point calculation program, you can specify the start pressure and end pressure, according to pressure, flow rate equal portions measuring point is calculated
    2022-08-25 09:03:56下载
    积分:1
  • 刚刚搞好的 宾馆管理系统 有需要的一定要近来看看 绝对值得...
    刚刚搞好的 宾馆管理系统 有需要的一定要近来看看 绝对值得-just do a good job in the hotel management system need to look at the recent definitely worth
    2022-04-14 17:51:44下载
    积分:1
  • MFC中为按钮添加图标
    将自己喜欢的图片,头像或者小图标,添加到喜欢的地方,如界面按钮,使得界面外观更加漂亮,吸引人的眼球。使用VC6.0开发的mfc界面小程序。
    2022-01-25 19:12:24下载
    积分:1
  • 医药信息管理系统.用VB做的,还不错.功能比较齐全,有学习的同学可以参考一下...
    医药信息管理系统.用VB做的,还不错.功能比较齐全,有学习的同学可以参考一下-medical information management system. VB do, quite good. Functional relatively complete, the students can learn reference
    2022-09-20 20:40:07下载
    积分:1
  • 基于联通SGIP1.2供简单的短信平台系统接口
    基于联通SGIP1.2接口库开发的简单短消息平台,支持参数配置,日志记录功能。同时与后台数据库集成,自动将接收到的消息写入数据库的MO_Log表,同时将发送出去的消息写入MT_Log表,失败的话记录失败原因.MT_Log表的FinishFlag字段表示发送是否成功,FinishFlag = 0表示正在短信中心等待,发送成功的话FinishFlag=1,失败的话=2,如果发送失败,将在ErrorDescribe字段中记录失败原因。 数据库可以是Access,SqlServer2000,Oracle,或者Sybase等,只要有MO_Log,MT_Log表即可。也可以建立一个发送表,将要发送的消息写入该表,然后程序定时检测该表的内容,有新记录的话就发送出去。 程序现在用的是ACCESS数据库,如果要改用其它数据库的话,需要更改数据库的连接字符串。-Unicom SGIP1.2 based interface for the development of a simple SMS platform to support parameter configuration, logging function. While integrated with the back-end databases, automatically sending the information into the database MO_Log table, will be sent out into the news MT_Log table, and failure to do what the reasons for failure. MT_Log questionnaire sent FinishFlag field said that the success of FinishFlag = 0 is said the Center for SMS, successfully sent the FinishFlag = 1, the failure = 2, if this fails, will ErrorDescribe field record the reasons for failure. Access is the database, SqlServer2000, Oracle,
    2022-10-29 06:40:03下载
    积分:1
  • 超酷的工控显示!仪表板模拟仿真。
    界面显示超酷,看到了吧。一是仪表面板的模拟放着,二是指针指示,三是提示栏的超酷表现!喜欢的朋友请赞一个,给个分,呵呵。
    2022-03-18 13:31:16下载
    积分:1
  • Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们...
    Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we d
    2022-05-31 00:40:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载