-
FR
说明: 无约束优化FR算法的MATLAB实现源代码(不精确一维搜索)(FR algorithm for unconstrained optimization MATLAB implementation source code (inexact one-dimensional search))
- 2011-03-16 23:37:29下载
- 积分:1
-
tuto.tar
Svm is algorithm which helps in classification of data
- 2014-09-28 14:39:16下载
- 积分:1
-
ofdm_fang_zhen
在OFDM仿真模型的基础上用MATLAB语言编写出OFDM发送、信道及接收整个系统,在系统仿真正确的前提下,对循环前缀、信道估计等性能改善方法进行进一步仿真验证,得到了预期的理想结果
(In OFDM simulation model based on the use of MATLAB language to send the OFDM, channel and receive the entire system, in the system under the premise of the correct simulation of the cyclic prefix, channel estimation methods for further performance improvement simulation, have been expected results)
- 2008-03-31 17:09:43下载
- 积分:1
-
2).convolution
MATLAB code for convolution of two signals in time domain
- 2014-01-03 17:25:15下载
- 积分:1
-
FIR
使用MATLAB实现FIR滤波器设计,内含详细代码和原理(FIR filter design using MATLAB implementation, containing detailed codes and principles of)
- 2009-12-07 12:44:50下载
- 积分:1
-
unsample
说明: 图像区域非均匀采样matlab程序
可以实现类人眼的图像不同采样率演示(Image regional non-uniform sampling procedures can be achieved Matlab category eye images demonstrate different sampling rates)
- 2005-09-03 11:08:44下载
- 积分:1
-
PLS_Manual_4
PLS toolbox V.4 manual (under matlab)
- 2014-01-31 17:07:22下载
- 积分:1
-
sectorized
To read the handover/softhandover in 3G communication
- 2010-11-02 10:56:01下载
- 积分:1
-
OFDM-out-of-band--carrier-deactivation
these codes implement out of band carrier de activation for OFDM. the number of subcarriers is flexible.
- 2013-12-13 20:09:37下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1