-
MOdulatorDEModulator
自己编写的MATLAB对调制解调的仿真,适合做MATLAB的学生使用借鉴。有完整的注释,合适初学者。(Have written MATLAB simulation of the modem, suitable for the students to use MATLAB from. Complete notes, suitable for beginners.)
- 2009-05-21 22:24:56下载
- 积分:1
-
Jakes_model_for_rayleigh_channel_sim
产生具有Jakes功率谱的rayleigh信道,可用于无线通信仿真(generate rayleigh channel with a Jakes power spectrum,this code could be uesed for wireless communication simulation)
- 2009-06-11 09:28:53下载
- 积分:1
-
CtrlLAB_MATLABToolbox
反馈控制CtrlLAB工具箱-MATLAB-Toolbox(feedback control CtrlLAB Toolbox- MATLAB-Toolbox)
- 2007-04-28 22:39:47下载
- 积分:1
-
read_image
本代码用来实现高光谱图像每个波段下灰度图像的保存,并且可将对应图像以相应的波段命名(This code is used to save gray image in each band of hyperspectral image, and the corresponding image can be named in the corresponding band.)
- 2020-10-29 21:29:58下载
- 积分:1
-
mabs3d
基于MATLAB和电子表格共同的有限元程序。电子表格进行前处理,MATLAB读入进行计算及后处理。(Based on MATLAB and Spreadsheets a common finite element program. Before dealing with spreadsheets, MATLAB reads the calculation and post-processing.)
- 2010-06-28 21:53:52下载
- 积分:1
-
lbp
局部二值模型用于描述图像的局部纹理信息,对光照等具有鲁棒性(Local binary model used to describe the image of the local texture information, such as robust to illumination)
- 2010-08-26 23:16:33下载
- 积分:1
-
MOD_DEMOD_DIGITALES-(1)
digital modulation and demodulation. ask, psk etc
- 2015-01-20 20:36:30下载
- 积分:1
-
srsGUI-master
说明: srsGUI-123dsst----matlab
- 2019-02-16 21:20:44下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
Nth_oct_Hand_Arm_AC_Filter_Toolbox
This recreation makes the filters more stable. For high sampling rates the time records are downsampled. For the low sampling rates the time records are upsampled. Depending on the Filter types. Iterative resampling is used in the Nth octave band time filter to improve the attenuation of the resample program. Also the filters are settled by preappending time data, then deleting the preappended data after filtering.
- 2009-05-31 20:18:34下载
- 积分:1