-
communicationsignalprocessing
说明: 通信信号处理中的七阵元四信号元DOA估计,方法有CAPON、MUSIC、ESPRIT法(Communications signal processing array element seven million four signal DOA estimation, methods have CAPON, MUSIC, ESPRIT method)
- 2008-09-04 10:34:29下载
- 积分:1
-
Hausdorff
说明: Hausdorffn距离的Matlab程序(Matlab Program for Hausdorffn Distance)
- 2019-06-17 16:55:20下载
- 积分:1
-
MATLAB
介绍MATLAB的ppt课件,有助于在短时间里学会运用MATLAB。对数学建模很有帮助。(Introduction MATLAB-ppt courseware, helping in a short time learn to use MATLAB. Useful for mathematical modeling.)
- 2009-09-06 13:39:25下载
- 积分:1
-
Simulink
利用Simulink对变电站电压无功综合模糊控制的仿真,(Using Simulink integrated substation voltage and reactive power fuzzy control simulation,)
- 2013-03-07 15:59:09下载
- 积分:1
-
MFCC
this is mfcc matlab code
- 2013-09-19 05:35:23下载
- 积分:1
-
Play-music-under-loc1
FDGSL HOERHIJBDFIORTHDFUOI
- 2013-11-30 04:41:46下载
- 积分:1
-
MAPAlgorithm
This program includes:
[5 7] convolutional code (encoder) + BPSK + AWGN + MAP (decoder). It evaluates Bit Error Rate and plots it versus SNR(signal to Noise Ratio).
(This program includes:
[5 7] convolutional code (encoder)+ BPSK+ AWGN+ MAP (decoder). It evaluates Bit Error Rate and plots it versus SNR(signal to Noise Ratio).
)
- 2007-09-09 15:48:51下载
- 积分: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
-
distance
距离公式计算,欧氏举例,马氏距离,巴氏距离(Distance formula, the EU' s example, Mahalanobis distance, the distance Pap)
- 2021-04-20 16:38:50下载
- 积分:1
-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1