-
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
-
dwt_gray_watermaking
一种基于小波变换的灰度数字水印嵌入算法,使用matlab实现,含有原始论文。不过不是很理想,希望大家改进(Gray-scale based on wavelet transform digital watermark embedding algorithm, using matlab implementation, containing the original papers. But not very good, hope that we improve the)
- 2009-10-13 22:05:09下载
- 积分:1
-
NumericalSolutionofPartialDifferentialEquations
这个是matlab经典教程的一个关于 偏微分方程的数值解法的原代码,希望大家赶快下载哦(This is a classic tutorial matlab partial differential equations on the numerical solution of the original code, I hope you get to download Oh)
- 2009-05-16 20:02:12下载
- 积分:1
-
GUIsamfilt
Use this GUI for fitting 2-port S-parameters using the functions from RF Toolbox
- 2013-08-18 04:03:07下载
- 积分:1
-
fftCooley_Tukey
快速傅立叶变换的补0问题
相信会对大家有帮助
CNKI的浏览器可以打开(Fast Fourier Transform Regrant 0 issues we believe will help CNKI browser can open)
- 2008-01-17 13:02:11下载
- 积分:1
-
CR-spectrum-perception
认知无线电,瑞利信道下的多用户及多天线下的频谱感知matlab源程序(Cognitive radio, multi-user Rayleigh channel under the next multi-antenna and spectrum sensing matlab source)
- 2014-12-19 22:12:06下载
- 积分:1
-
exp1
matlab程序实现下面的功能:过程的输入驱动采用M序列,即u(k)是一个M序列。过程传递函数G(s)中K=120,T1=8.3Sec,T2=6.2Sec。过程的脉冲响应理论值g(k)满足。根据过程的输入输出数据u(k)和z(k),利用相关分析算法估计出过程的脉冲响应值g2(k),并且有。(Process input is driven by the M sequence, i.e., u (k) is an M sequence. Process transfer function G (s) K = 120, T1 = 8.3Sec T2 = 6.2Sec. The impulse response of the process of the theoretical value of g (k) meet. According to the process input and output data u (k) and z (k), the estimated impulse response of a process value g2 (k), and the correlation analysis algorithm.)
- 2013-04-30 11:56:19下载
- 积分:1
-
HKLinearclassifier
H_K(Ho-Kashyap)算法的线性分类器 可用于分类简单情况 适合初学者(H_K (Ho-Kashyap) algorithm for the linear classifier can be used for classification are quite simple for beginners)
- 2010-08-09 20:18:53下载
- 积分:1
-
DigitalImageProcessing
经典的冈萨雷斯数字图像处理课本,英文原版(Image Processing by Gonzalez)
- 2010-10-08 12:19:43下载
- 积分:1
-
timevarying
this is for the time varying system response or channel behaviore
- 2009-06-28 15:40:16下载
- 积分:1