-
DelphiandMatlab
通过动态链接库 ,利用 Delphi面向对象编程的特点以及 Matlab 强大的计算功能 ,详细的介绍了 Delphi 下调用 Matlab
函数的方法及特点 ,并以一个例程的实现 ,阐述了 Delphi下通过动态链接库调用 Matlab函数 ,并最终脱离 Matlab环境下运
行。(Through the dynamic link library, object-oriented programming using Delphi, as well as the characteristics of the powerful Matlab computing functions, a detailed introduction of the Delphi method to call Matlab functions and characteristics, and the realization of a routine, on the adoption of dynamic link under Delphi Matlab library function call, and eventually run from the Matlab environment.)
- 2009-06-15 00:50:23下载
- 积分:1
-
FSA
人工鱼群算法供初学者下载学习,有错误的地方尽情修正(Download artificial fish school algorithm for beginners to learn, there are amendments to the wrong place enjoy)
- 2011-11-05 14:32:11下载
- 积分:1
-
Sampled_Signal_Reconstruction
[Signals and Systems]_This algorithm reconstructs a sampled signal and shows the effects of sampling (aliasing sincs)
- 2014-08-08 11:17:55下载
- 积分:1
-
LEACH.wsnlab.ir-(1)
useful for students to learn leach algorithm using matlab for wireless sensor network
- 2012-07-11 23:06:12下载
- 积分:1
-
nyquistimp_PS
使用改进的Nyquist脉冲实现OFDM信号的PAPR抑制(Nyquist pulse PAPR)
- 2010-06-02 12:33:36下载
- 积分:1
-
apg
APG 算法实现核函数相关模式问题,发上来分享。大家可以试试!(Accelerated Proximal Gradient Algorithm for Nuclear Norm Regularized Least Squares problems)
- 2013-08-22 17:20:27下载
- 积分:1
-
0000
西安电子科技大学精品课程——数字信号处理.《数字信号处理教程——MATLAB释义与实现》
本教程系统地讲解了数字信号处理的基本理论和方法,注重物理概念的阐述,尽量把MATLAB的多媒体功能用于图形、动画和声音等形象的演示,是一本自始至终使用MATLAB来阐述问题和进行计算的数字信号处理教材。(Xi' an University of Electronic Science and Technology Courses- digital signal processing. " Digital signal processing tutorial- MATLAB interpretation and implementation" of the tutorial system to explain the basic theory and methods of digital signal processing, focusing on elaborate physical concepts, try to MATLAB multimedia functions for graphics, animation and sound, and image presentation, is a problem throughout to illustrate the use of MATLAB to calculate and digital signal processing materials.)
- 2013-12-20 20:45:08下载
- 积分:1
-
Spectral-Methods-in-MATLAB---Lloyd-N.-Trefethen
The aim of this book is to teach you the ssentials of spectral collocation methods with the aid of forty short Matlab programs, or M-les
- 2012-09-06 03:14:15下载
- 积分:1
-
fu017
包括最小二乘法、SVM、神经网络、1_k近邻法,用于时频分析算法,阵列信号处理的高分辨率估计。( Including the least squares method, the SVM, neural networks, 1 _k neighbor method, For time-frequency analysis algorithm, High-resolution array signal processing estimates.)
- 2017-03-30 17:22:18下载
- 积分: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