使用hspice平台,混频器设计源码,频域到300兆。
标签: hspice
上传时间: 2013-12-08
上传用户:shizhanincc
IIR数字滤波器巴特沃思设计方法,程序包括输入信号输出信号的时域频域分析图
上传时间: 2013-12-30
上传用户:anng
用matlab写的一个验证卷积定理的程序,即时域的卷积对应着频域的乘积。
上传时间: 2015-11-11
上传用户:问题问题
Windows环境下Matlab与TDS系列数字示波器的通信过程,给出了相关的通信程序,并在Matlab中对示波器读取的波形数据进行了频域处理。从而表明它们之间的通信在数字信号处理方面具有重要的实际意义。
上传时间: 2015-12-25
上传用户:whenfly
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
由上述实验过程的图像变化可知,经过傅立叶变换和反变换及DCT离散余弦变换和反变换后,图像都发生了很大的变化,首先是经过2-D傅立叶变换后,图像数据频域出现高频数据集中,低频数据在四周的现象,然后再经过2-D傅立叶变换反变换后,图像再次恢复原始图。而2-D离散余弦变换对图像的影响也是如此。
上传时间: 2016-02-05
上传用户:pkkkkp
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
离散傅立叶变换,在数字图像的频域处理中经常使用的变换,源代码为VC6开发环境。
上传时间: 2016-02-15
上传用户:253189838
This program simulates plant identification least mean square (NLMS) alogrithm reference: 《LMS算法的频域快速实现》
标签: identification alogrithm simulates reference
上传时间: 2013-12-17
上传用户:kristycreasy