-
FSK
matlab simulation for freq division mux
- 2010-01-04 12:56:59下载
- 积分:1
-
Econometricsguide
matlab经济分析工具箱,能够用于指南股票。(matlab_econometrics)
- 2009-07-12 00:55:45下载
- 积分:1
-
MATLAB--source-code
MATLAB高效编程程序 源代码 书籍《MATLAB高效编程技巧与应用_25个案例分析》(Efficient MATLAB programming source code books " MATLAB efficient programming techniques and application _25 case studies" )
- 2013-05-21 20:38:24下载
- 积分:1
-
mtlabxianxin
用来实现纠错码中的仿真程序。调试过,确实是可以用的。包括仿真模型。(error-correcting codes used to achieve the simulation program. Debugging off, it can indeed use. Including the simulation model.)
- 2007-04-03 21:36:26下载
- 积分:1
-
Simulink
如何利用matlab中的Simulink搭建模型,仿真实例详解(How to build a model, simulation examples in matlab Simulink Detailed)
- 2013-01-16 20:39:17下载
- 积分:1
-
matlab-ant-colony-algorithms
matlab 蚁群算法 源程序,里面有多个m文件(ant colony algorithm matlab source code, there are several m-files)
- 2011-10-21 20:55:06下载
- 积分:1
-
Smal-l-Target--Detection
提出了一种新的基于小波包变换
和偏斜度的检测方法。该方法利用小波包对图像进行多尺度分解,解决了高频段分辨率低的问题;
并提出了一个基于偏斜度的高斯判别准则,用于对小波包分解系数进行高斯性检验,最终得到了
小目标的精确检测(The wavelet packets were applied to decompose the image into pyramid subbands at
different scales and solve the problem of the higher frequencies having lower resolutions. Then a Gaussian measurement
criterion based on skewness was proposed to test the Gaussian nature of the wavelet packet coefficients and finally the exact
detection result was obtained. )
- 2014-11-13 13:36:32下载
- 积分:1
-
walsh
基于MATLAB的Walsh函数的产生.在MATLAB程序仿真部分,主要分为6大部分,分别为主函数,发送模块,接收模块,AWNG信道,Walsh函数和差错计数器。(Walsh functions generated based on MATLAB.MATLAB simulation program in part, is divided into six parts, the main functions are sending module, receiver module, AWNG channel, Walsh functions and error counters.)
- 2021-03-06 20:39:30下载
- 积分: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
-
dogleg
该程序是用于求解信赖域子问题的Powell dogleg方法(This routine solves the trust region subproblem by Powell s dogleg method.)
- 2009-05-28 09:50:31下载
- 积分:1