-
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
-
OFDM_matlab
存在多径时延的场景下,OFDM调制的移动TV的性能分析(none)
- 2009-11-04 14:01:50下载
- 积分:1
-
吴恩达深度学习基础教程
吴恩达教授有关深度学习浅显易懂的算法介绍,包括基础算法和示例。(Deep learning algorithms introduction by Andrew Ng.)
- 2021-04-29 06:48:43下载
- 积分:1
-
LMS_Newton
用于仿真牛顿LMS算法(for LMS algorithm simulation Newton)
- 2005-01-18 13:28:56下载
- 积分:1
-
BARKER
利用MATLAB产生7位、13位巴克码并画出频谱图。(Generated 7、13 Barker code and draw the frequency spectrum using MATLAB.
)
- 2010-12-13 21:17:51下载
- 积分:1
-
channelestmation
本程序比较了LS(最小二乘)和最小均方误差准侧下OFDM信道估计的误码率,给出了LS及MESE实现的源程序,是信道估计初学者的理想参考资料(This procedure compares the LS (least squares) and minimum mean square error of quasi-lateral channel estimation of OFDM bit error rate, given the realization of the LS and the MESE source, channel estimation is the ideal reference for beginners)
- 2009-07-11 09:51:24下载
- 积分:1
-
apf
有源滤波器的matlab仿真程序,使用了ip-iq电流检测法,中间使用滞环控制产生了控制脉冲,进而实现了谐波电流的补偿,和大家分享了(Active Filter matlab simulation program, using the ip-iq current detection method using hysteresis control generates intermediate control pulse, thus achieving a compensation of harmonic currents, and share the)
- 2015-10-21 22:18:04下载
- 积分:1
-
13
说明: 一种基于曲面波变换的红外弱小目标背景抑制方法(An infrared small target based surface wave transform background suppression method)
- 2014-12-02 15:13:34下载
- 积分:1
-
新建 WinRAR 压缩文件
说明: 神经网络处理信号,能提取出谐波频率和幅值(Neural network processing signal, can extract harmonic frequency and amplitude)
- 2020-05-26 19:29:31下载
- 积分:1
-
m-files
求一个给的的信号输入的平均频率的matlab程序(to find average frequency of a signal)
- 2009-05-12 01:24:15下载
- 积分:1