-
angle
给定2个点坐标,计算其连线与水平方向的夹角,夹角范围[0,2*pi](failed to translate)
- 2009-12-12 22:16:24下载
- 积分:1
-
Signal_Processing
a signal processing using MATLAB and Simulink
- 2014-11-03 21:52:45下载
- 积分:1
-
GUIwithMatlab
Development of GUI for matlab
- 2014-12-05 03:14:37下载
- 积分:1
-
线性调频脉冲压缩的Matlab程序
线性调频脉冲压缩的Matlab程序,matlab程序运行时导入数据文件作为输入参数,在matlab环境中自动识别连通区域的大小,在matlab R2009b调试通过,使用起来非常方便,快速扩展随机生成树算法。
- 2022-08-13 06:59:34下载
- 积分:1
-
F0F1F2F3
本算法是通过共振峰的方法,利用信号的倒谱特性对语音信号进行处理。(This algorithm is the method by the resonance peak, the signal characteristics of the cepstrum of the speech signal processing.)
- 2010-07-12 10:01:36下载
- 积分:1
-
Example Problems
说明: 基于代理模型的工程设计Example Problems(Example Problems)
- 2020-08-03 15:07:55下载
- 积分:1
-
检测浊音或清音信号
应用背景在这个实验中,你使用的顺序序列的能量概念的分类语音为浊音和清音帧。这是通过将你的选择的语音信号分为短帧和通过计算每个帧的平均功率来完成的。如果其平均功率超过了由用户选择的阈值电平,则该特定帧中的语音将被声明为。否则就是宣布清音。更具体地说,如果一个框架有氮的样品,然后这些样品的平方值被添加和总和(这是能量的帧)被划分为n的结果被取为平均功率的帧,它是由用户设置的阈值水平相比。我们在这里执行的处理是相当琐碎的,因为它涉及的离散时间信号或序列的分割和平均。然而,操作是有用的,可以让我们将言为浊音或清音。关键技术浊音和清音的定义如下。语音是由音素,这是由声带和声道的制作(包括口腔和嘴唇)。浊音信号时产生的声带振动一个音素的发音中。相比之下,清音信号,不需要声带的使用。例如,音素 之间唯一的区别;/ / / z / ; ;或 ;/ F / ;和 ;/ V / ;是声带振动。浊音信号往往是更像元音 ;/ /,/ /,/我/,/ u /,/。 ; ;清音信号,另一方面,更倾向于突然像塞音 ;/ P /,/ T /,/ K /。这个平均功率是框架的响度指示。 ;因此我们预计 高平均功率;声音信号比 ; ;清音 ;信号。用户在1和0之间选择一个阈值,它更接近于0,用户应该能够通过实验来选择合适的值。
- 2023-03-14 01:45:04下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
matlabcnhelp
matlab中文帮助很难找的,快速下载(Matlab Chinese help is difficult to find, fast download)
- 2020-06-26 05:00:02下载
- 积分:1
-
vm218
线性调频脉冲压缩的Matlab程序,合成孔径雷达(SAR)目标成像仿真,基于掌纹识别的在线身份验证 识别算法本科毕设。( LFM pulse compression of the Matlab program, Synthetic Aperture Radar (SAR) imaging simulation target, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.)
- 2017-03-17 10:49:05下载
- 积分:1