This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Simplified Chinese (abbr. zh) Translation (#89)
* [cn-zh] add intro.rst * [cn-zh] add about_author.rst * [cn-zh] add frequency_domain.rst * added chinese version to makefile and build pipeline * [cn-zh] update Makefile for book title translation * [cn-zh] add iq_files.rst * [cn-zh] add sampling.rst * [cn-zh] final polishing --------- Co-authored-by: Marc Lichtman <[email protected]>
- Loading branch information
Showing
11 changed files
with
1,741 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _author-chapter: | ||
|
||
################## | ||
关于作者 | ||
################## | ||
|
||
马克·利希特曼(Marc Lichtman)博士是无线通信领域的研究员, | ||
专长于 SDR(软件定义无线电),机器学习,LTE/5G-NR,以及频谱感知。 | ||
他是马里兰大学的兼职教授,在那里他创立了一门课程,该课程成为了他编写这本教科书的基础。 | ||
他的课程是一个面向对 SDR/DSP(数字信号处理)感兴趣的计算机科学本科生的四年级选修课。 | ||
这门课程使他更好地了解了如何深入浅出地吸引并教会那些编程能力很强但几乎不了解物理层知识的学生。 | ||
在马克的课程中遇到迷你黑客马拉松并不奇怪,学生们必须利用他们最近学到的知识来找到或解码(由 Marc 发送)的隐藏的信号。 | ||
|
||
Marc 也是 `GNU Radio项目 <https://www.gnuradio.org/>`_ 的主要负责人之一。 | ||
GNU Radio 是一个开源的 SDR 框架,在学术界和国防相关研究中被广泛应用。 | ||
虽然 Python 非常适合学习、快速实验和开发,但它并不适合大型和计算复杂的应用程序。 | ||
GNU Radio 能够实现更高级的 DSP 应用程序,而且使用 GNU Radio 开发的 App 或单独的 Block 非常容易与他人共享。 | ||
|
||
Marc 目前和他的妻子 Lindsey 以及他们的多只猫和狗一起住在华盛顿特区地区。 | ||
他的爱好包括木工制作、激光切割、演奏单簧管/萨克斯风、帆船、园艺、制作/操纵无人机、制作/骑行电动滑板,以及钻研高级溜溜球技巧。 | ||
|
||
邮箱: [email protected] | ||
|
||
马里兰大学的教职页面: `cs.umd.edu/people/sdr <https://www.cs.umd.edu/people/sdr>`_ | ||
|
||
.. image:: ../_images/silly_marc.jpg | ||
:scale: 100 % | ||
:align: center |
Oops, something went wrong.