-
CMATLABconnect
VC运算速度较快,相对于matlab而言,编程较为烦琐,而matlab编程灵活,并且方很多工具箱,使用极为方便,但是matlab的M语言编写的仿真程序的仿真速度相对较慢。
C-MEX函数是基于C语言编写的C与matlab接口函数,是matlab应用程序接口的一个重要组成部分。通过它不但可以将现有的C语言编写的程序轻松地引入到matlab环境中使用,避免了重复的程序设计,而且可以使用C语言为matlab定制用于特定目的的函数(如为了保护算法设计等),
以完成在matlab中不易实现的任务。此外,更重要的一点,使用C语言编写的C-MEX函数可以有效地提高M灯matlab环境中数据处理速度和效率。
(VC computing faster, compared to matlab, the program is more cumbersome, but matlab programming flexibility, and a lot of side toolbox, use very convenient, but the M-language matlab simulation program written in a relatively slow simulation speed.
C-MEX function is based on the C language interface written in C and matlab functions matlab application interface is an important component. It can not only be through the existing programs written in C language easily introduced into the matlab environment, to avoid the duplication of programming, and can be customized using the C language for matlab functions for specific purposes (such as algorithm design, etc. in order to protect ),
Matlab in order to complete the task is not easy to achieve. In addition, more importantly, the use of C language written in C-MEX function can effectively improve the M light matlab environment, data processing speed and efficiency.
)
- 2009-12-21 10:03:58下载
- 积分:1
-
createwhitenoise
说明: 产生白噪声的方法,调试通过,数据和代码都齐全。(Generated white noise method, debug through, data and code are complete.)
- 2008-10-18 13:51:31下载
- 积分:1
-
HDB3
说明: HDB3码的编码,图形,功率谱密度。用于通信原理教学等(Code HDB3 coding, graphics, power spectral density. Communication Theory for teaching)
- 2008-11-19 09:15:48下载
- 积分:1
-
imageprocessing
说明: 包含matlab图形图像处理这本书中的所有源码程序(Contains graphic image processing matlab book all the source program)
- 2010-04-25 09:06:58下载
- 积分:1
-
PCM
说明: 利用Matlab仿真脉冲编码调制(PCM)及A律、μ律PCM对声音进行压缩编解码过程。
脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式。波形编码器的作用是对采样后的信号样本进行量化和编码。从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM可分为均匀量化PCM和对数PCM两大类,对数PCM中,2Aμ律和律编码都已被定为国际标准。(Matlab simulation using pulse code modulation (PCM) and the A law, μ law PCM codec for voice compression process.
Pulse Code Modulation (PCM, Pulse Code Modulation) is an analog voice signal into digital signal encoding. The role of the encoder waveform is sampled signal sample quantization and coding. From the mathematical point of view, the process is to quantify the magnitude of the value of a continuous set of infinite number of maps into a finite number of discrete set of amplitude values , encoding is to use a set of binary digits, said after a limited number of these maps. By folding the International Standardization of PCM binary code, in line with long-distance telephone quality. According to the different quantitative methods, PCM can be divided into uniform quantization PCM PCM and the number of two categories, on the number of PCM in, 2Aμ law and legal codes have been designated as international standards.)
- 2011-04-14 12:06:33下载
- 积分:1
-
Matlab
code matlab descripteur gist matlab
- 2014-10-11 23:11:38下载
- 积分:1
-
prak-siskom_modul-1
percobaan sistem komunikasi dengan menggunakan software matlab
- 2013-11-26 07:47:28下载
- 积分:1
-
active-learning-code
Learning_random.m : 随机选择样例,从(90)pool里随机选择样本,删除版本空间树的数量
activeLearning.m:根据最大熵原则,从pool里选择样本,删除版本空间树的数量
getlabel.m:根据树和测试样例,得到根据该树得到的类标
getTrees.m:从提供的大量树结构(随机生成的)中,随机挑选一定数量的树(如果该树的叶子节点无类标随机添加)
RandomCreateTree_d_unbalance:根据样本点割点中的非平衡割点建造树,
RandomCreateTree_d_all.m:根据所有样本点的割点建造树
randomdata.m:给定属性取值,造数据
randomselect.m:从数据中随机选择一部分作为
showTree.m:显示树的结构
test.m:给出树,测试样例,得到正确率(Learning_random.m: randomly selected sample, randomly selected sample from (90) pool the The deleted version space tree quantity activeLearning.m: selecting a sample from the pool based on the principle of maximum entropy, delete the number of version space tree getlabel.m: According to the tree and the test sample obtained according to the class standard getTrees.m the tree: from the tree structure (randomly generated), randomly selected a certain number of trees (the leaves of the tree node class marked randomly adding ) RandomCreateTree_d_unbalance: According to the sample point cut point unbalanced cut point construction tree, RandomCreateTree_d_all.m: construction of the tree randomdata.m all sample points cut point: given the value of the property, manufacturing data randomselect.m: random data Select as part showTree.m: tree structure test.m: tree, the test sample is given to get the correct rate)
- 2012-10-10 22:33:44下载
- 积分:1
-
0IterativeSOCP
This code run in matlab and it is the iterative SOCP
- 2015-01-14 22:03:05下载
- 积分:1
-
Random-Processing
利用matlab对随机过程课程的仿真
1、利用matlab绘制随机过程的谱密度G_x (ω)=2αβ/(β^2+ω^2 ) (α、β为正数)的图像。
2、绘制白噪声的功率谱密度函数G_x (ω)=N/2和自相关函数R_N (τ)=N/2 δ(τ)的图像。
3、分析低通白噪声和带通白噪声的功率谱密度函数和自相关函数的性质并举例同时绘制其图像。
(1, drawn using a random process matlab spectral density G_x (ω) = 2αβ/(β ^ 2+ ω ^ 2) (α, β positive) image.
2 for the white noise power spectral density function G_x (ω) = N/2 and the autocorrelation function R_N (τ) = N/2 δ (τ) of the image.
3, the analysis of low-pass white noise and band-pass white noise power spectral density function and autocorrelation function of the nature and the examples at the same time to draw its graphics.)
- 2011-12-10 22:20:15下载
- 积分:1