-
matlab
说明: 指纹识别的matlab程序描述,利用指纹的相对稳定和唯一性出发的程序实现(Fingerprint recognition matlab program description, the use of fingerprints of relative stability and uniqueness of the program implementation start)
- 2011-03-10 09:47:35下载
- 积分:1
-
PF
说明: 此程序是计算电力系统潮流的通解,通过支路法不断更新参数(This procedure is the general solution of the power flow calculation, continuously updated through the branch method parameters)
- 2013-12-09 15:15:05下载
- 积分:1
-
music_algorithm
music 算法码代码,可用于对信号进行频率估计。(music algorithm code code can be used to estimate the frequency of the signal.)
- 2013-12-04 20:41:44下载
- 积分:1
-
MADA
Commande vectorielle d 1 MADA
double alimentaion
- 2011-12-31 14:27:50下载
- 积分:1
-
multiuser-detection
多用户检测matlab源程序
内有详细的程序说明(multi-user detection Matlab source within a detailed description of the process)
- 2006-08-26 17:53:10下载
- 积分:1
-
LSB_Audio
matlab编写的一个音频加密的程序,格式要求wav的形式,有运行结果。(matlab prepared an audio encryption procedures, the form of wav format requirements, and the results.)
- 2008-06-11 09:18:12下载
- 积分:1
-
pipeilvboqi
在matlab平台下进行的匹配滤波器的检测仿真,在不同的信噪比,相同的概率情况的仿真曲线(Matched filter detection in Matlab platform simulation, the simulation curve in a different signal to noise ratio, the same probability)
- 2012-03-29 18:03:02下载
- 积分:1
-
inagersh
多变量频域设计 绘制逆奈奎斯特曲线的函数的改进(multivariate frequence)
- 2012-01-14 10:28:52下载
- 积分:1
-
signal
MATLAB 下的数字信号处理实现示例
理想采样信号序列
(MATLAB under the digital signal processing to achieve the ideal example of the sampling signal sequence)
- 2007-10-31 11:08:26下载
- 积分:1
-
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