-
GI-and-CP-in-OFDM
This script shows the difference of using zero padding (GI) in the end of OFDM symbol and using cyclic prefix (CP).
- 2011-05-10 03:13:05下载
- 积分:1
-
slidingmodart
slidingmode control for wind energy
- 2014-11-07 19:54:08下载
- 积分:1
-
xioaboquzao
小波去噪程序,调用matlab,db6基波,分解三次,用于声音处理,比一般滤波器要好用(Wavelet denoising procedure, call matlab, db6 fundamental decomposition three times, for sound processing, be easy to use than the average filter)
- 2014-11-27 09:55:26下载
- 积分:1
-
xitongbianshi
系统辨识教材,个人认为很不错,希望对大家有用!(The system identification teaching material, I believe is very good, hoped that is useful to everybody!)
- 2010-11-20 09:14:08下载
- 积分:1
-
Viewpoint_Adjustment_Using_Seam_Carving
Viewpoint Adjustment Using Seam Carving
Imitate Parallax with Seam Carving:
Foreground objects or other objects of interest are tend to be more “interesting” than the background.
Seam carving algorithm can automatically distinguish the two.
Removing seams from one side of the object while adding seams to the other side will move the object in one direction while keeping the background relatively the same.
- 2009-12-13 05:24:45下载
- 积分:1
-
802.11a的MT及TUL图像的MATLAB仿真源程序
802.11a的MT及TUL图像的MATLAB仿真源程序(802.11a MT and TUL image MATLAB source)
- 2005-05-28 10:32:25下载
- 积分:1
-
cputime_use
matlab中cputime函数与进度条联合使用示例(matlab in cputime function used in conjunction with the progress bar example)
- 2013-07-31 15:25:46下载
- 积分:1
-
DCT_NN
Matlab coding for Image compression and decompression usning neural network back propagation techniques
- 2013-12-24 04:12:21下载
- 积分:1
-
lms
lms自适应均衡算法,lms算法使用MATLAb实现(lms adaptive equalization algorithm, lms algorithm implementation using MATLAb)
- 2010-06-15 16:58:25下载
- 积分: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