-
Matlab
Matlab小问题
问: Matlab仿真中怎样编辑Scope中的图象???
答: 实现的方法有以下的几种:
1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可;
2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框
中指定变量名,然后用plot命令画出;
3)直接在模型上再加一个,to Workplace模块,也用plot画出;
4) 等scope显示出来图像以后,在matlab上运行
set(0, ShowHiddenHandles , On )
set(gcf, menubar , figure )
这时候你会发现scope的工具栏的上面多了一行,点击insert-axes,鼠标会变成十字形状,然后再图像的任意一处双击左键出现一个对话框PropertyEditor,选中style在窗口的右便会出现color,这时你就可以任意修改背景颜色了。
问: 怎样进行S-function的编程和使用???
答: S-function也就是System-function的缩写。说得简单,S-function就是用MATLAB所提供的模型不能完全满足用户,而提供给用户自己编写程序来满足自己要求模型的接口。要了(err)
- 2007-12-07 16:29:53下载
- 积分:1
-
channel
MIMO传输信道仿真
对信道进行编码、解码(MIMO transmission channel simulation of channel coding and decoding)
- 2009-12-07 13:52:00下载
- 积分:1
-
cwq
用递归法将一个整数n转换成字符串(例如输入4679,应输出字符串“4679”),n为不确定数,可以是位数不超过5,且数值在-32768~32767之间的任意整数。
(Recursive method to convert a string to an integer n (for example, type 4679, should output the string " 4679" ), n is the number of uncertainty, which can be not more than 5 digits, and the values in an arbitrary-32768 ~ 32767 integer.)
- 2010-01-12 20:53:47下载
- 积分:1
-
yarn
说明: 维纳滤波后全局阈值,将图像二值化,计算油污面积(Wiener filter after the global threshold, binary image calculated oil area)
- 2011-04-02 16:31:22下载
- 积分:1
-
matlab程序
说明: 基于线性控制的分数阶统一混沌系统的同步的仿真设计(Synchronization of Fractional Order Unified Chaotic Systems Based on Linear Control)
- 2019-05-09 01:05:44下载
- 积分:1
-
DFA
实现去趋势波动分析,计算得到波动函数。分段时从两端分别开始避免丢失数据。(Detrended fluctuation analysis of implementation, the calculated wave function. Starting from the ends of the respective segments to avoid loss of data.)
- 2011-06-07 15:42:54下载
- 积分:1
-
70
说明: text detection traffic panel
- 2015-04-21 18:05:28下载
- 积分:1
-
gkc
包括最小二乘法、SVM、神经网络、1_k近邻法,包括调制,解调,信噪比计算,最小均方误差(MMSE)的算法,一种流形学习算法(很好用),D-S证据理论数据融合,单径或多径瑞利衰落信道仿真,利用贝叶斯原理估计混合logit模型的参数。( Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Includes the modulation, demodulation, signal to noise ratio calculation, Minimum mean square error (MMSE) algorithm, A fluid manifold learning algorithm (good use), D-S evidence theory data fusion, Single path or multipath Rayleigh fading channel simulation, Bayesian parameter estimation principle mixed logit model.)
- 2016-04-14 15:09:05下载
- 积分:1
-
kalman
卡尔曼滤波器的经典介绍。非常详细,通俗易通,中文版本(Classic introduction to the Kalman filter. Very detailed, popular ETS, Chinese version)
- 2013-12-04 18:58:04下载
- 积分:1
-
proj11-01
数字图像处理:图像骨架化的程序,实验中骨架化的原理为中轴转化方法(Digital Image Processing: Image skeleton of the program, the principle of the experiment for the axial skeleton of Transformation)
- 2010-10-19 17:32:15下载
- 积分:1