-
OFDMforWirelessCommunicationsSystems
OFDM for Wireless Communications Systems
- 2008-01-13 20:56:22下载
- 积分:1
-
Vim72
Vim用户手册中文版72,非常好的VIM使用手册,方便辅助开发(Vim user manual Chinese version of VIM 72 very good manual, easy to supporting development)
- 2011-02-14 12:57:51下载
- 积分:1
-
DTMF
用MATLAB仿真DTMF,分为生成和检测两个部分(use MATLAB to simulate the DTMF including generation and detection)
- 2013-11-27 22:15:55下载
- 积分:1
-
Sfunction
利用S-function实现函数的编程,利用M文件与SIMULINK相结合验证S-function的正确性。(S-function programming function, using the M-file to verify the correctness of the S-function combined with SIMULINK.)
- 2013-04-15 16:24:36下载
- 积分:1
-
similarity-and-region-growing-
基于目标红外特征的图像分割方法为区域生长法(Image segmentation method based on target infrared image segmentation method for region growing method)
- 2015-10-30 16:28:09下载
- 积分:1
-
MATLAB7.x_signalprocessing
《MATLAB7.x数字信号处理》源代码。本书面向信号处理领域,在简要介绍信号处理基本概念的基础上,详细介绍了MATLAB工具箱函数及其使用,内容涵盖了MATLAB使用基础、高级编程和重要领域的应用。在结构安排上,本书立足于信号处理各个具体领域,并结合信息处理工具箱,以大量的程序访真为依托,讲解了MATLAB在信号处理中的具体应用。
本书结构合理,内容全面,图文并茂,实例丰富,适用面广,适合信号处理、自动控制、机械电子、自动化、电力电气、通信工程等专业的本科生、研究生、教师和科技工作者阅读。可作为数学信号处理课程的参考书,对涉及数字信号处理的各大院校师生具有重要的参考价值和实用价值。("MATLAB7.x digital signal processing" source code. Writing to the field of signal processing, signal processing briefly introduced the basic concepts on the basis of Details on MATLAB toolbox function and its use, which covers the use of MATLAB basis, Advanced Programming and important fields. Structural arrangements, the book based on the signal processing specific areas, and integrate information processing toolbox a large number of the procedures for the visit to really rely on the MATLAB on signal processing in the specific application. The structure reasonable, comprehensive and illustrated examples of rich, widespread applicability, suitable for signal processing, automatic control, machinery and electronics, automation, electrical power, telecommunications and other profes)
- 2007-06-21 23:32:40下载
- 积分:1
-
pae-aware
mat lab code for par-aware by using reduction of PAPR problem
- 2014-10-29 13:33:18下载
- 积分:1
-
code-builder_9swn2j
分形课程设计编写的MATLAB仿真程序,代码里包含了mandbort和LOGISTIC、fdCVla等几个集合图的小程序,还包括小波分型的asUAPkn算法,分型布朗模型也调试通过。?
(Fractal course design written in MATLAB simulation program, code contains the mandbort and LOGISTIC,fdCVla , and several collections chart applets, including typing asUAPkn wavelet algorithm, typing Brown model also through debugging.
)
- 2016-01-05 14:23:03下载
- 积分:1
-
bayes1111
Bayes分类器设计,对模式识别有一个初步的理解,能够根据自己的设计对贝叶斯决策理论算法有一个深刻地认识(Bayesian classifier design, pattern recognition to a preliminary understanding, According to the design of Bayesian decision theory algorithm has a profound understanding)
- 2007-01-16 23:54:41下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1