没有合适的资源?快使用搜索试试~ 我知道了~
HOSA.PDFMatlab高阶谱分析工具HOSA的官方说明,介绍其中的每一个函数
需积分: 50 22 下载量 174 浏览量
2019-09-28
09:04:21
上传
评论 1
收藏 2.2MB PDF 举报
温馨提示
Matlab高阶谱分析工具HOSA的官方说明,介绍其中的每一个函数
资源推荐
资源详情
资源评论
Computation
Visualization
Programming
For Use with MATLAB
®
Higher-Order Spectral
Analysis Toolbox
User’s Guide
Version 2
Ananthram Swami
Jerry M. Mendel
Chrysostomos L. (Max) Nikias
How to Contact the Authors
Please note that support and maintenance is provided by United Signals & Systems, Inc. (the
authors of the toolbox), and is no longer provided by The MathWorks.
a.swami@ieee.org Technical support and product enhancement suggestions
usands@pacbell.net Sales, pricing, and general information
The software described in this document is furnished under a license agreement. The software may be used
or copied only under the terms of the license agreement. No part of this manual may be photocopied or repro-
duced in any form without prior written consent from United Signals & Systems, Inc.
FEDERAL ACQUISITION: This provision applies to all acquisitions of the Program and Documentation by
or for the federal government of the United States. By accepting delivery of the Program, the government
hereby agrees that this software qualifies as "commercial" computer software within the meaning of FAR
Part 12.212, DFARS Part 227.7202-1, DFARS Part 227.7202-3, DFARS Part 252.227-7013, and DFARS Part
252.227-7014. The terms and conditions of United Signals & Systems, Inc. Software License Agreement shall
pertain to the government’s use and disclosure of the Program and Documentation, and shall supersede any
conflicting contractual terms or conditions. If this license fails to meet the government’s minimum needs or
is inconsistent in any respect with federal procurement law, the government agrees to return the Program
and Documentation, unused, to United Signals & Systems, Inc.
Higher-Order Spectral Analysis Toolbox User’s Guide
COPYRIGHT 1993 - 2001 by United Signals & Systems, Inc.
MATLAB, Simulink, Stateflow, Handle Graphics, and Real-Time Workshop are registered trademarks, and
Target Language Compiler is a trademark of The MathWorks, Inc.
Other product or brand names are trademarks or registered trademarks of their respective holders.
Printing History: May 1993 First printing (The MathWorks)
September 1995 Second printing (The MathWorks)
January 1998 Third printing (The MathWorks)
i
Contents
About the Authors
1
Tutorial
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-2
Polyspectra and Linear Processes . . . . . . . . . . . . . . . . . . . . . . 1-4
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-4
Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
Why Do We Need Higher-Order Statistics? . . . . . . . . . . . . . . . 1-10
Bias and Variance of an Estimator . . . . . . . . . . . . . . . . . . . . . 1-11
Estimating Cumulants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-12
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-14
Estimating Polyspectra and Cross-polyspectra . . . . . . . . . . . . 1-15
Estimating the Power Spectrum . . . . . . . . . . . . . . . . . . . . . 1-15
Estimating Bispectra and Cross-Bispectra . . . . . . . . . . . . . 1-16
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-18
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-19
Estimating Bicoherence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-20
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-20
Testing for Linearity and Gaussianity . . . . . . . . . . . . . . . . . . . 1-22
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-24
ii Contents
Parametric Estimators, ARMA Models . . . . . . . . . . . . . . . . . . 1-26
MA Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-29
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-30
AR Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-31
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-32
ARMA Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-32
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-34
AR Order Determination . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-34
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-35
MA Order Determination . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-36
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-37
Linear Processes: Impulse Response Estimation . . . . . . . . . . . 1-37
The Polycepstral Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-38
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-39
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-41
The Matsuoka-Ulrych Algorithm . . . . . . . . . . . . . . . . . . . . . 1-41
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-42
Linear Processes: Theoretical Cumulants and Polyspectra . . 1-43
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-43
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-45
Linear Prediction Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-47
Levinson Recursion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-47
Trench Recursion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-49
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-50
Deterministic Formulation of FBLS . . . . . . . . . . . . . . . . . . . . . 1-53
Adaptive Linear Prediction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-54
RIV Algorithm: Transversal Form . . . . . . . . . . . . . . . . . . . . 1-56
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-57
RIV Algorithm: Double-Lattice Form . . . . . . . . . . . . . . . . . . 1-58
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-60
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-61
Harmonic Processes and DOA . . . . . . . . . . . . . . . . . . . . . . . . . 1-62
Resolution and Variance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-65
AR and ARMA Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-66
Pisarenko’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-67
Multiple Signal Classification (MUSIC) . . . . . . . . . . . . . . . . . . 1-68
Minimum-Norm Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-69
ESPRIT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-70
iii
Criterion-Based Estimators . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-72
Cumulant-Based Estimators . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-74
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-75
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-77
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-79
Nonlinear Processes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-80
Solution Using Cross-Bispectra . . . . . . . . . . . . . . . . . . . . . . . . 1-80
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-82
Solution Using FTs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-82
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-83
Quadratic Phase Coupling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-84
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-87
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-88
Time-Frequency Distributions . . . . . . . . . . . . . . . . . . . . . . . . 1-89
Wigner Spectrum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-90
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-93
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-94
Wigner Bispectrum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-94
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-96
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-97
Wigner Trispectrum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-98
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-99
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-100
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-100
Time-Delay Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-101
A Cross-Correlation Based Method . . . . . . . . . . . . . . . . . . . . . 1-101
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-103
A Cross-Cumulant Based Method . . . . . . . . . . . . . . . . . . . . . . 1-103
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-105
A Hologram Based Method . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-105
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-107
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-107
剩余257页未读,继续阅读
资源评论
u010235279
- 粉丝: 0
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- whl@pip install pyaudio ERROR: Failed building wheel for pyaudio
- Constantsfd密钥和权限集合.kt
- 基于Java的财务报销管理系统后端开发源码
- 基于Python核心技术的cola项目设计源码介绍
- 基于Python及多语言集成的TSDT软件过程改进设计源码
- 基于Java语言的歌唱比赛评分系统设计源码
- 基于JavaEE技术的课程项目答辩源码设计——杨晔萌、李知林、岳圣杰、张俊范小组作品
- 基于Java原生安卓开发的蔚蓝档案娱乐应用设计源码
- 基于Java、Vue、JavaScript、CSS、HTML的毕设设计源码
- 基于Java和HTML的CMS看点咨询系统设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功