虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

高斯<b>模型</b>

  • 数值分析中几个基础的matlab程序

    数值分析中几个基础的matlab程序,包括选主元的高斯消去,矩阵的LU分解以及Jacobi迭代

    标签: matlab 数值分析 程序

    上传时间: 2016-01-15

    上传用户:tianjinfan

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 提出一种基于视觉特性的图像摘要算法

    提出一种基于视觉特性的图像摘要算法,增大人眼敏感的频域系数在计算图像Hash时的权重,使得图像Hash更好地体现视觉特征,并提高鲁棒性。将原始图像的分块DCT系数乘以若干由密钥控制生成的伪随机矩阵,再对计算的结果进行基于分块的Watson人眼视觉特性处理,最后进行量化判决产生固定长度的图像Hash序列。本算法比未采用视觉特性的算法相比,提高了对JPEG压缩和高斯滤波的鲁棒性。图像摘要序列由密钥控制生成,具有安全性。

    标签: 视觉特性 图像 算法

    上传时间: 2016-01-19

    上传用户:wendy15

  • 利用Matlab仿真软件

    利用Matlab仿真软件,完成如图1所示的一个基本的数字通信系统。信号源产生0、1等概分布的随机信号,映射到16QAM的星座图上,同时一路信号已经被分成了实部和虚部,后边的处理建立在这两路信号的基础上。实部、虚部信号分别经过平方根升余弦滤波器,再加入高斯白噪声,然后通过匹配滤波器(平方根升余弦滤波器)。最后经过采样,判决,得到0、1信号,同原信号进行比较,给出16QAM数字系统的误码。

    标签: Matlab 仿真软件

    上传时间: 2013-12-02

    上传用户:zxc23456789

  • 完成两路带有三差信号的拟合输出

    完成两路带有三差信号的拟合输出,算法应用了高斯求逆的方法

    标签: 信号 输出

    上传时间: 2016-01-24

    上传用户:czl10052678

  • 程序的主要功能是做了一定范围的信噪比下

    程序的主要功能是做了一定范围的信噪比下,对每个信噪比:随机信号QPSK调制; 根据Alamouti方案的矩阵进行编码;发送信号经过瑞利信道和加入高斯白噪声; 接收信号采用最大比合并的方法;最后对合并信号进行最大似然判决并求误符号率。 结果表明10^-3对应大约12->13dB

    标签: 程序 信噪比

    上传时间: 2014-01-24

    上传用户:541657925

  • 计算三维散乱点云的曲率

    计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率。详细内容请见readme文件和demo文件

    标签: 计算

    上传时间: 2014-01-04

    上传用户:大融融rr

  • 追赶法

    追赶法,拉格朗日插值,高斯塞德尔迭代,牛顿迭代

    标签:

    上传时间: 2016-02-04

    上传用户:sy_jiadeyi

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    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).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 数值分析 解线性方程组算法

    数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法

    标签: 数值分析 解线性 方程 算法

    上传时间: 2013-12-21

    上传用户:253189838