-
epic_svm_matlab
说明: 一个SVM分类的例子.构造输入数据,进行SVM,画图显示分类结果(an example for SVM。classify created input and show the result.)
- 2021-04-11 20:08:57下载
- 积分:1
-
matchHistograms
用matlab实现彩色图像的直方图匹配,提供源代码和说明文档(
histgram matching)
- 2011-08-21 22:01:41下载
- 积分:1
-
allan
通过matlab计算allan variance,较为复杂,注释详细(Matlab Allan variance, more complex, detailed notes)
- 2020-10-16 19:17:28下载
- 积分:1
-
stochastic
In probability theory, a stochastic process, or sometimes random process, is the counterpart to a deterministic process (or deterministic system). Instead of dealing with only one possible reality of how the process might evolve under time (as is the case, for example, for solutions of an ordinary differential equation), in a stochastic or random process there is some indeterminacy in its future evolution described by probability distributions. This means that even if the initial condition (or starting point) is known, there are many possibilities the process might go to, but some paths may be more probable and others less.
- 2010-08-11 04:13:08下载
- 积分:1
-
IMM2
基于交互式多模型的多目标跟踪算法与程序设计代码(Interacting multiple model-based multi-target tracking algorithms and programming code)
- 2020-09-06 17:28:04下载
- 积分:1
-
bpsk
原版matlab bpsk信号的调制解调,可显示发送数据的波形,调制后的波形,接收波形,误码情况等(Original matlab bpsk signal modulation and demodulation, send data to display the waveform, the modulated waveform received waveform, error conditions, etc.)
- 2011-06-03 20:34:56下载
- 积分:1
-
Radar-Using-MatLab
Radar Systems Analysis and Design Using MatLab. 雷达入门基础教程,包含原代码。(Radar Systems Analysis and Design Using MatLab. Radar Started Essentials contains the original code.)
- 2014-10-15 22:21:24下载
- 积分:1
-
PQ
说明: simulink风力发电机组的PQ计算模块,用于风电领域的集成模块(P&Q control)
- 2014-06-09 12:28:38下载
- 积分:1
-
很好用的信号特征提取、信号消噪调试工具
sar图像去噪的几种新的方法,FMCW调频连续波雷达的测距测角,ldpc码的编解码实现,一种流形学习算法(很好用),代码里有很完整的注释和解释,进行逐步线性回归。
- 2022-04-29 09:57:12下载
- 积分: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