【电子】Baseband Signal and Passband Signal

2024-04-20 21:48

本文主要是介绍【电子】Baseband Signal and Passband Signal,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Baseband的参考文章:https://techterms.com/definition/baseband 引用原文:

Baseband refers to the original frequency range of a transmission signal before it is converted, or modulated, to a different frequency range. For example, an audio signal may have a baseband range from 20 to 20,000 hertz. When it is transmitted on a radio frequency (RF), it is modulated to a much higher, inaudible, frequency range.

Signal modulation is used for radio broadcasts, as well as several types of telecommunications, including cell phone conversations and satellite transmissions. Therefore, most telecommunication protocols require original baseband signals to be modulated to a higher frequency before they are transmitted. These signals are then demodulated at the destination, so the recipient receives the original baseband signal. Dial-up modems are a good example of this process, since they modulate and demodulate signals when they are transmitted and received. In fact, the word "modem" is short for modulator/demodulator.

While most protocols require the modulation of baseband signals, some can transmit in baseband without any signal conversion. A common example is the Ethernet protocol, which transfers data using the original baseband signal. In fact, the word "BASE" in "10BASE-T," "100BASE-T," and "1000BASE-T" Ethernet refers to baseband transmission. These Ethernet protocols do not require signal modulation. However, unlike broadband networks, baseband Ethernet networks are limited to single transmission channel.

Baseband(基带)是指原始信号的频率,“Baseband Signal”翻译过来是基带信号,“Passband Signal”翻译过来是通(频)带信号。基带信号指的是原始数据的信号,例如音频信号,自然界人类能听见和发出的声音频率在20Hz到20000Hz,所以音频信号的基带也是 20Hz~20000Hz,这个频率无法做到远距离的传输,需要将音频信号调制到高频信号进行传输,例如对讲机。在计算机里面“Baseband Signal”也指原始的二进制数据,通过射频将数据发射出去需要对原始数据进行调制,调制得到的高频信号就是“Passband Signal”,“Passband Signal”的频率是不受限制的,可以使用433Mhz、868Mhz、2.4GHz、5GHz等等。

另外,基带芯片的介绍在维基百科上的词条解释的比较好:https://en.wikipedia.org/wiki/Baseband_processor,摘抄部分:

baseband processor (also known as baseband radio processorBP, or BBP) is a device (a chip or part of a chip) in a network interface that manages all the radio functions (all functions that require an antenna); however, this term is generally not used in reference to Wi-Fi and Bluetooth radios. A baseband processor typically uses its own RAM and firmware. Baseband processors are typically fabricated using CMOS (complementary metal–oxide–semiconductor) or RF CMOS technology,[1] and are widely used in radio-frequency (RF) and wireless communications.[2]

Baseband processors typically run a real-time operating system (RTOS) as their firmware, such as ENEA's OSE, Nucleus RTOS (iPhone 3G/3GS/iPad), ThreadX (iPhone 4), and VRTX. There are more than a few significant manufacturers of baseband processors, including Broadcom, Icera, Intel Mobile Communications (former Infineon wireless division), MediaTek, Qualcomm, Spreadtrum, and ST-Ericsson.

The rationale of separating the baseband processor from the main processor (known as the AP or application processor) is threefold:

1、Radio performance

Radio control functions (signal modulation, encoding, radio frequency shifting, etc.) are highly timing-dependent, and require a real-time operating system.

2、Legal

Some authorities (e.g. the U.S. Federal Communications Commission (FCC)) require that the entire software stack running on a device which communicates with the cellular network must be certified. Separating the BP into a different component allows reusing them without having to certify the full AP.

3、Radio reliability

Separating the BP into a different component ensures proper radio operation while allowing application and OS changes.

结合上面 Baseband Signal 和 Passband Signal 的概念,Baseband Processor 就是用于双向处理 Baseband Signal 和 Passband Signal。

因此可以这么说,单片机系统中使用的433MHz、915Mhz、2.4GHz的射频芯片其实就是单片机系统的基带芯片,它们负责处理所有的射频功能。有的单片机将射频功能集成到了单片机内部,例如CC2530单片机,至于为什么手机的 chipset 没有将基带芯片集成到手机的处理器上去,我认为主要原因就是上面的第二个原因,第一个和第三个都不是大问题,集成一个射频芯片和一个专注处理射频功能的协处理器到主芯片中去对于高通、华为来说不是事,主要是认证的问题,一年推出两款手机芯片,都需要进行认证的话,费时间......

注释一个安卓主板上的芯片种类:

这篇关于【电子】Baseband Signal and Passband Signal的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/921405

相关文章

Python实现pdf电子发票信息提取到excel表格

《Python实现pdf电子发票信息提取到excel表格》这篇文章主要为大家详细介绍了如何使用Python实现pdf电子发票信息提取并保存到excel表格,文中的示例代码讲解详细,感兴趣的小伙伴可以跟... 目录应用场景详细代码步骤总结优化应用场景电子发票信息提取系统主要应用于以下场景:企业财务部门:需

一文详解Java Condition的await和signal等待通知机制

《一文详解JavaCondition的await和signal等待通知机制》这篇文章主要为大家详细介绍了JavaCondition的await和signal等待通知机制的相关知识,文中的示例代码讲... 目录1. Condition的核心方法2. 使用场景与优势3. 使用流程与规范基本模板生产者-消费者示例

Java操作PDF文件实现签订电子合同详细教程

《Java操作PDF文件实现签订电子合同详细教程》:本文主要介绍如何在PDF中加入电子签章与电子签名的过程,包括编写Word文件、生成PDF、为PDF格式做表单、为表单赋值、生成文档以及上传到OB... 目录前言:先看效果:1.编写word文件1.2然后生成PDF格式进行保存1.3我这里是将文件保存到本地后

Spring Boot集成PDFBox实现电子签章

概述 随着无纸化办公的普及,电子文档的使用越来越广泛。电子签章作为一种有效的身份验证方式,在很多场景下替代了传统的纸质文件签名。Apache PDFBox 是一个开源的Java库,可以用来渲染、生成、填写PDF文档等操作。本文将介绍如何使用Spring Boot框架结合PDFBox来实现电子签章功能。 准备工作 环境搭建:确保你的开发环境中安装了JDK 8或更高版本,并且配置好了Maven或

【电子通识】半导体工艺——保护晶圆表面的氧化工艺

在文章【电子通识】半导体工艺——晶圆制造中我们讲到晶圆的一些基础术语和晶圆制造主要步骤:制造锭(Ingot)、锭切割(Wafer Slicing)、晶圆表面抛光(Lapping&Polishing)。         那么其实当晶圆暴露在大气中或化学物质中的氧气时就会形成氧化膜。这与铁(Fe)暴露在大气时会氧化生锈是一样的道理。 氧化膜的作用         在半导体晶圆

2024年 Biomedical Signal Processing and Control 期刊投稿经验最新分享

期刊介绍 《Biomedical Signal Processing and Control 》期刊旨在为临床医学和生物科学中信号和图像的测量和分析研究提供一个跨学科的国际论坛。重点放在处理在临床诊断,患者监测和管理中使用的方法和设备的实际,应用为主导的研究的贡献。 生物医学信号处理和控制反映了这些方法在工程和临床科学的界面上被使用和发展的主要领域。期刊的范围包括相关的评论论文(review p

电子电气架构---私有总线通信和诊断规则

电子电气架构—私有总线通信和诊断规则 我是穿拖鞋的汉子,魔都中坚持长期主义的汽车电子工程师。 老规矩,分享一段喜欢的文字,避免自己成为高知识低文化的工程师: 屏蔽力是信息过载时代一个人的特殊竞争力,任何消耗你的人和事,多看一眼都是你的不对。非必要不费力证明自己,无利益不试图说服别人,是精神上的节能减排。 无人问津也好,技不如人也罢,你都要试着安静下来,去做自己该做的事.而不是让内心的烦躁、

电子发射与气体导电

物理电磁学练习题:电子发射与气体导电 说明: 以下题目考察对电子发射和气体导电基本概念的理解和应用。 1. 解释以下概念:      (a) 热电子发射      (b) 光电效应      © 逸出功      (d) 等离子体 2. 比较并对比热电子发射和光电效应的异同。 3. 钨的逸出功为 4.5 eV。      (a) 计算能够从钨表面发射电子的最长波长光。      (b) 如

【电子通识】洁净度等级划分及等级标准

洁净度常用于评估半导体、生物制药、医疗、实验室及科研院所、新能源等领域的洁净室、无尘室或者无菌室等环境。         一般来说,晶圆光刻、制造、测试等级为100级或1000级的洁净间,百级洁净间要求空气中0.5微米的尘埃粒子数不得超过每立方米3520个;等级为1000级的洁净间要求0.5微米的尘埃粒子数不得超过每立方米35200个。         晶圆切割或封装工序一

CIOE中国光博会&电巢科技即将联办“智能消费电子创新发展论坛”

在科技浪潮汹涌澎湃的当下,从通信领域的高速光传输,到消费电子中的高清显示与先进成像技术,光电技术的应用范围不断拓展且日益深化。而AIGC 凭借其丰富的内容供给与个性化反馈能力,正为新一代消费电子及智能穿戴产品开辟崭新的发展路径。但与此同时,AI 技术的快速推进不仅对硬件性能提出了更为苛刻的要求,也给整个光电行业带来了诸多挑战,如技术创新的瓶颈、市场竞争的加剧以及产业链协同的复杂性等。