CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 复数

搜索资源列表

  1. Gaussian_Sequence

    0下载:
  2. 极坐标方法产生高斯白噪声 产生N(0,1)高斯白噪声序列,最常见的方法是极坐标法,其计算步骤如下所示: (1) 产生两个独立同分布的随机序列(0,1),U1,U2; (2) 令V1=2U1-1;V2=2U2-1;并计算S=V1^2+V2^2 (3) 若S>1,则返回第一步;否则计算Y=sqrt(-2*ln(S)/S) (4) 令实部I=V1*Y,虚部Q=V2*Y,再求Output=I+Q*i,即可得到随机复数高斯白噪声序列。 理论上,可证明上述产生的I、Q两路序
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:772
    • 提供者:张三
  1. Class_Matrix

    0下载:
  2. C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等 [matrixClass.rar] - 矩阵类:可运行矩阵间的加、减、乘以及除-C++ language plural and matrix arithmetic library, written in engineering software necessary. Including matrix multiply, add, multiply, inverse, etc. [matrixClass.rar]- Ma
  3. 所属分类:transportation applications

    • 发布日期:2017-05-14
    • 文件大小:3152140
    • 提供者:张利新
  1. tichushu

    0下载:
  2. 输入一串字符串,实现重复数的剔除(可以指定)-Enter a bunch of strings to achieve the number of repeat removed (you can specify)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:252008
    • 提供者:张健
  1. prepha_conj

    0下载:
  2. 本代码用VHDL实现了复数的卷积,也许对你会有用-this code written by VHDL completes the convolution of complex numbers,which may be quite helpful to you.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-07
    • 文件大小:1157
    • 提供者:王远路
  1. complexcalculator

    0下载:
  2. 对于数据结构初学者简单的复数运算,包含头文件,和具体的实现代码-For beginners simple data structures, complex operations, including the header files, and specific implementation code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1457
    • 提供者:qxy
  1. CDIV

    0下载:
  2. 包括复数除法和复数乘幂的计算,这是数学计算中的基础。-Including complex division and complex power calculation, which is the basis of mathematical calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:622
    • 提供者:qiyanfu
  1. complex-operation

    0下载:
  2. 定义一个复数类,通过运算符重载进行复数的加减乘除。-Define a complex type, through the operator overloading. The plural addition, subtraction, multiplication, and division
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:465348
    • 提供者:万琪
  1. complex

    0下载:
  2. 复数计算器 化简复数表达式并以复平面直角坐标系或极坐标形式返回结果。-The plural calculator simplification and complex expressions in complex plane right angle coordinates or polar coordinates to return results.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:4916
    • 提供者:susan
  1. ComplexOperator

    0下载:
  2. VC 复数运算 能够实现加减乘除四则运算-VC complex arithmetic operators to achieve four arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:900700
    • 提供者:冰寒雪澈
  1. complexdefine

    0下载:
  2. 使用重载成员函数的方法,定义复数的表示。-define complex number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:娄泽华
  1. Pre_S_DSP_ICA2x

    0下载:
  2. 光通信系统中应用的对于QAM信号就行姐夫用的复数ICA算法,可以解两路信号的串扰,恢复出良好的输入信号-Optical communication system applications for QAM signal on the line with a brother complex ICA algorithm, can solve the crosstalk of the two signals, the input signal is a good resume
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3323
    • 提供者:lvjing
  1. cPPcourse_design

    0下载:
  2. 1、【拷贝构造函数】定义一个复数类CComplex class CComplex { private: float real //实部 float imag //虚部 public: CComplex(float x =0.0 , float y = 0.0):real(x),imag(y) {} CComplex(CComplex& c) CComplex operator+(CComplex& c)
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1787410
    • 提供者:红楼飞雪梦
  1. Complex_reload

    0下载:
  2. 复数类实现,基本上包含了复数类基本的运算,可以直接调用后嵌入程序进行运算,省去了读者自己写的时间-Complex :Form the fundation of the complex mathmetics computation
  3. 所属分类:.net

    • 发布日期:2017-05-09
    • 文件大小:1774083
    • 提供者:苏冬良
  1. niu-dun-die-dai-fa

    0下载:
  2. 牛顿迭代法(Newton s method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。-Newton iterative method (Newton' s method), also known as the Newton- Raphson (Raphson) method (Newton-Raphson method), it is a method proposed by Newt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:705
    • 提供者:meihaodi
  1. Complex

    0下载:
  2. 复数的加减,面向对象程序设计用的到,软件工程专业适用-Complex addition and subtraction, object-oriented programming used to, apply software engineering
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:216893
    • 提供者:张墨之
  1. dpsk

    1下载:
  2. 利用vc++ 实现DPSK信号的调制,输入为二进制比特序列,输出为调整后的复数序列。dpskmod为调制好书。dpskdemod为解调函数-Vc++ to achieve DPSK modulation signal, the input binary bit sequence, the output is a complex sequence of adjustments. dpskmod modulation books. dpskdemod for the demodulation fun
  3. 所属分类:Communication

    • 发布日期:2015-01-15
    • 文件大小:3072
    • 提供者:daizunchao
  1. cxat

    0下载:
  2. 复数域网络编码BPSK2-1-1模型,复数域网络编码(N-1-1模型, BPSK)-Complex field of network coding BPSK2-1-1 model, the complex field network coding (N-1-1 model, BPSK)
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:49735
    • 提供者:梁培培
  1. plural-adder

    0下载:
  2. VC与C++开发基础1 3操作符重载实现编译多态——复数的加法运算-VC and C++ development foundation 13 compiler operator overloading to achieve polymorphism- plural adder
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2838
    • 提供者:yang
  1. fft

    0下载:
  2. 复数的+、-、*、/、求模、求辐角、取共轭、复数域e的a次方、复数域自然对数、复数正弦余弦正切、复数的整数次方-Plural+,-,*, /, mod, seeking argument, taking the conjugate, a complex field of th e, complex field of natural logarithms, sine cosine tangent complex, plural integer power of
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3942
    • 提供者:haesar
  1. IntegerDivider

    0下载:
  2. 整数除法器 无负数复数 期末项目 verilog-integer divider
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:860256
    • 提供者:hzy
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com