-
Qpsktransmitter
源码程序,用MATLAB.m文件实现QPSK信号的调制与解调(Source program to achieve MATLAB.m document QPSK signal modulation and demodulation)
- 2007-04-22 12:40:21下载
- 积分:1
-
envelope
可以用来求信号的上下包络线,在端点的处理上还有待优化(Demand signal envelope)
- 2012-06-17 17:08:41下载
- 积分:1
-
ThePCPStandardPLibrary
The C Standard Library 英文版(The C Standard Library)
- 2013-09-20 22:20:58下载
- 积分:1
-
teager
teager能量算子的程序以及一篇关于它的文章,可能通过调用它实现提取teager能量算子(teager energy operator)
- 2021-04-16 22:38:53下载
- 积分:1
-
[distributed]Molten_Carbonate_Fuel_Cells_Modeling
Modeling of MCFC process
- 2021-02-22 17:09:41下载
- 积分:1
-
a1
说明: 关于电力系统静态稳定的程序,需要的可以下载(the program of powersystem stablity )
- 2009-05-24 17:52:48下载
- 积分:1
-
the-most-nearest
用最近邻法对数据进行分类,比较简单和基础的分类方法,可用于图像处理(With the nearest neighbor method for data classification, the classification of simple and basic method can be used for image processing)
- 2011-12-05 20:05:00下载
- 积分:1
-
pudn_Renj_matlab
1)football.m简单地以阵列形式显示一副图;
2)pre.m是心音信号过滤归一化预处理的过程;
3)wavlet.m是用db6小波进行信号的分解和重构,且求包络能量函数;
4)path.m是利用KKT条件的路径跟踪法,用于求解二次规划问题;
5)LRmmse是MIMO通信中常用检测方法,结合了最小均方误差准则和格基规约的知识。(1) football.m simply displays a graph in an array
2) pre.m is the process of normalized preprocessing of heart sound signal filtering
3) wavlet.m is a db6 wavelet for signal decomposition and reconstruction, and to find the envelope energy function
4) path.m is the path tracking method using KKT condition, which is used to solve the quadratic programming problem.
5) LRmmse is a commonly used detection method in MIMO communication, combining the knowledge of minimum mean square error criterion and lattice protocol.)
- 2017-05-04 16:28:15下载
- 积分:1
-
ddc_v1_sg81_060405
DDC_DUC Xilinx WCDMA_V4
ddc_v1_sg81_060405
- 2010-07-21 16:21:39下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1