在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → Signal Processing for Autonomous Driving

Signal Processing for Autonomous Driving

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:5.66M
  • 下载次数:6
  • 浏览次数:54
  • 发布时间:2023-01-19
  • 实例类别:嵌入式开发
  • 发 布 人:chenaaa
  • 文件格式:.pdf
  • 所需积分:2

实例介绍

【实例简介】Signal Processing for Autonomous Driving

【实例截图】

【核心代码】

Contents
1 Fundamentals of Radar Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Essential Functions of Radar . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Radar System Fundamentals . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 Antennas for Radar Measurements . . . . . . . . . . . . . . . . . . . . . . . . 3
1.5 Antenna Arrays Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.6 An Outline of Automotive Radar Applications . . . . . . . . . . . . . . . 11
1.7 Challenges for Automotive Radar Developers . . . . . . . . . . . . . . . . 12
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2 The Radar Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2 Radar Performance Requirements . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.3 The Radar Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.4 Effect of Losses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.5 Radar Equation for Automotive Applications . . . . . . . . . . . . . . . . 17
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3 Signal Processing for Radar Systems . . . . . . . . . . . . . . . . . . . . . . . . 23
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.1.1 Definition of Fourier Transform . . . . . . . . . . . . . . . . . . . . 23
3.1.2 Fourier Transform Properties . . . . . . . . . . . . . . . . . . . . . . 24
3.1.3 Fourier Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
3.1.4 Sampling Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.1.5 Discrete Fourier Transforms (DFT) . . . . . . . . . . . . . . . . . . 27
3.1.6 Power Spectrum Estimation . . . . . . . . . . . . . . . . . . . . . . . 28
3.1.7 Windowing Techniques . . . . . . . . . . . . . . . . . . . . . . . . . . 29
xiii
3.2 Multi-dimensional Fourier Transforms
(Basis for Range Doppler Estimation) . . . . . . . . . . . . . . . . . . . . . 33
3.3 Noise and Clutter Reduction in Radar Signals . . . . . . . . . . . . . . . 35
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
4 Radar Waveforms and Their Mathematical Models . . . . . . . . . . . . . 37
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
4.2 Waveform Types Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
4.3 Continuous Waveform (CW) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
4.4 Pulse Doppler Radar (PDR) Waveform . . . . . . . . . . . . . . . . . . . . 38
4.5 Frequency-Modulated CW (FMCW) and Their Variations . . . . . . . 38
4.5.1 Linear Frequency-Modulated CW (LFMCW) . . . . . . . . . . . 39
4.5.2 Stepped FMCW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.5.3 Multi-frequency Shift Keying (MFSK) . . . . . . . . . . . . . . . 43
4.5.4 Interrupted FMCW (FMICW) . . . . . . . . . . . . . . . . . . . . . . 44
4.6 Fast Chirp Ramp Sequence Waveform . . . . . . . . . . . . . . . . . . . . . 45
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
5 Radar Target Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
5.2 Target Models (Sterling 1–Sterling 4 Models) . . . . . . . . . . . . . . . 53
5.3 Peak Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
5.3.1 Fixed Threshold . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
5.3.2 Multi-cell Thresholding . . . . . . . . . . . . . . . . . . . . . . . . . . 57
5.3.3 Constant False Alarm Detection (CFAR) . . . . . . . . . . . . . . 57
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
6 Direction of Arrival (DOA) Estimation . . . . . . . . . . . . . . . . . . . . . . . 65
6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
6.2 Classification of DOA Estimation Methods . . . . . . . . . . . . . . . . . 65
6.3 Approaches to DOA Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . 66
6.3.1 Signal Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
6.3.2 DOA Estimation Methods . . . . . . . . . . . . . . . . . . . . . . . . 67
6.3.3 Spatial Smoothing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
6.3.4 Other DOA Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . 77
6.3.5 Multi-dimensional DOA Algorithms . . . . . . . . . . . . . . . . . 83
6.3.6 Recent Approaches to Estimation . . . . . . . . . . . . . . . . . . . 84
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
7 Target Filtering and Tracking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
7.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
7.2 Kalman Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
7.3 Bayesian Filtering (Sequential Monte Carlo) . . . . . . . . . . . . . . . . . 95
xiv Contents
7.4 Data Association in Multi-target Tracking . . . . . . . . . . . . . . . . . . 99
7.5 Challenges in Target Filtering and Tracking . . . . . . . . . . . . . . . . . 102
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
8 Target Recognition and Classification Techniques . . . . . . . . . . . . . . 105
8.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
8.2 Methods of Target Recognition . . . . . . . . . . . . . . . . . . . . . . . . . . 106
8.3 Challenges and Trends in Target Recognition Based on Radar . . . 117
8.3.1 Challenges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
8.3.2 Current Trends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120
9 Automotive Radar Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
9.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
9.2 Short-Range Radar (SRR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
9.3 Long-Range Radar (LRR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
9.4 Trends in Automotive Applications . . . . . . . . . . . . . . . . . . . . . . . 135
9.4.1 Future Roadmaps Automotive Applications . . . . . . . . . . . . 135
9.4.2 Future Contributions of Automotive Applications . . . . . . . 137
9.4.3 Future Directions and Conclusion . . . . . . . . . . . . . . . . . . . 141
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
Contents xv
Chapter 1

实例下载地址

Signal Processing for Autonomous Driving

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警