-
identificationwiththeSimulationReport
基于MATLAB的递推最小二乘法辨识与仿真报告(MATLAB-based parameter identification with the Simulation Report)
- 2010-05-19 09:50:40下载
- 积分:1
-
matlabwithexample
精通MATLAB-综合辅导与指南(附例程)。初学者必备书籍,还有大量的程序供实践。(proficient MATLAB-comprehensive counseling and guidance (routines). Beginners essential books, there is a lot of procedures for the practice.)
- 2007-06-10 21:31:25下载
- 积分:1
-
1439806721Modeling
controll system tool box excample
- 2011-12-07 23:30:56下载
- 积分:1
-
distanceSD01_m
说明: 均匀组织的光场分布,光源和检测器的方向只能竖直向下(Uniform tissue distribution of light, the direction of the light source and detector can only be straight down)
- 2010-04-28 09:06:22下载
- 积分:1
-
MATLAB
基于Matlab对一些简单通信系统进行仿真的说明(Matlab based on some simple instructions communications system simulation)
- 2013-10-02 01:49:44下载
- 积分:1
-
toolbox
contourlet的MATLAB工具箱(toolbox of contourlet)
- 2009-05-27 17:57:14下载
- 积分:1
-
work
another program in the same work of the photovoltaic generator
- 2011-07-14 18:18:45下载
- 积分:1
-
5133403105040031
里面是粒子滤波有关的几种重采样方法的对比,这对初学者来说很重要(The inside is the particle filter several re-sampling methods about the contrast, this is very important for the beginners)
- 2011-12-20 09:08:37下载
- 积分:1
-
SpeechAddNoise_matlab
noisegen.m:生成白噪声并按照指定信噪比对语音进行加噪;
add_noisem.m:使用输入的噪音按照指定信噪比对语音进加噪;
SNR_singlech.m:输入纯净语音和加噪后的语音,计算其信噪比;
my_add_noise.m:调用上述函数进行加噪操作;(noisegen.m: white noise generated by the specified signal to noise ratio of the speech plus noise add_noisem.m: use the specified input noise into the signal to noise ratio of the speech plus noise SNR_singlech.m: pure voice input and processing after the noise voice, calculate the signal to noise ratio my_add_noise.m: call the above functions plus noise operation )
- 2016-08-05 10:19:22下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1