CDMA的完整形式是什么?

CDMA:碼分多址 (CDMA: Code Division Multiple Access)

CDMA is an abbreviation of Code Division Multiple Access. Code Division Multiple Access is a digital cellular technology and displays a network of multiple accesses. The various radio communication technologies use this technique as access to channels. It is commonly used for the communication of mobile.

CDMA是Code Division Multiple Access的縮寫碼分多址是一種數字蜂窩技術,可顯示多址網絡。 各種無線電通信技術都將該技術用作對信道的訪問。 它通常用于移動通信。

The various transmitters can transmit information at the same time over a channel of single transmission which depicts the meaning of multiple access to CDMA. In this arrangement, different users are allotted for different CDMA codes and the whole period, the user can access the entire bandwidth without any interruption. It does not restrict the user's range of frequency, as it sends over the complete range of frequency and also makes the most effective use of bandwidth which is available. Therefore, CDMA enables various users to share a band of frequencies between users without excessive interference. On many levels of mobile phones, it is used as an access technique.

各種發射機可以在單個傳輸的信道上同時傳輸信息,該信道描述了對CDMA的多路訪問的含義。 在這種安排下,為不同的用戶分配了不同的CDMA碼,并且整個周期內,用戶可以無中斷地訪問整個帶寬。 它不限制用戶的頻率范圍,因為它在整個頻率范圍內發送,并且最有效地利用了可用的帶寬。 因此, CDMA使各種用戶能夠在用戶之間共享頻帶而不受到過多干擾。 在許多級別的手機上,它被用作一種訪問技術。

During World War II, CDMA technology was developed by English confederate to safeguard their wireless communications from confining tightly into a specified space. When the war came to a finish point, Qualcomm by patenting this technology, made it accessible for everyone commercially. In 1995 September, the first CDMA system was introduced by Hutchison Telephone Co. in Hong Kong.

在第二次世界大戰期間, CDMA技術由英語同盟開發,以保護他們的無線通信不被嚴格限制在指定的空間內。 當戰爭到達終點時,高通公司通過為這項技術申請了專利,使每個人都可以在商業上使用它。 1995年9月,和記電話公司在香港推出了第一個CDMA系統。

CDMA full form


Image source: http://www.wirelessdictionary.com/wireless_dictionary_CDMA_definition.html

圖片來源:http://www.wirelessdictionary.com/wireless_dictionary_CDMA_definition.html

用法 (Usage)

  • The Global Positioning System (GPS) uses this system of technology.

    全球定位系統(GPS)使用此技術系統。

  • Various mobile phone companies use this system e.g. Qualcomm standard IS-2000 also known as CDMA2000 use this system of technology.

    各種移動電話公司都使用該系統,例如,Qualcomm標準IS-2000(也稱為CDMA2000)使用該技術系統。

  • In UMTS 3G mobile phone standard, W-CDMA is used.

    在UMTS 3G手機標準中,使用W-CDMA。

  • In the OmniTRACS satellite system, CDMA has been used for transferring signals from one place to another.

    在OmniTRACS衛星系統中,CDMA已用于將信號從一個地方傳輸到另一個地方。

CDMA類型 (Types of CDMA)

  • Synchronous CDMA (orthogonal codes)

    同步CDMA(正交碼)

  • Asynchronous CDMA (pseudorandom codes)

    異步CDMA(偽隨機碼)

CDMA與GSM之間的差異 (Differences between CDMA and GSM)

Following are the crucial differences between CDMA and GSM,

以下是CDMA和GSM之間的關鍵區別

CDMAGSM
CDMA operates based on spread-spectrum technology which makes the best use of available bandwidth.GSM operates based on the wedge spectrum. it uses both time division multiple access (TDMA) and frequency division multiple access (FDMA).
CDMA is more secure.GSM is less secure.
The use of CDMA is in the USA and some parts of Canada and Japan. 24% of users worldwide only use CDMA.The use of GSM is over 80% of the world network in over 210 countries. 76% of the users worldwide use GSM.
CDMA has faster data transfer.GSM has slower data transfer.
CDMA phones emit less radiation.GSM phones emit wave pulses continuously and emit nearly 28 times more radiation.
碼分多址 GSM
CDMA基于擴頻技術進行操作,該技術可充分利用可用帶寬。 GSM基于楔形頻譜進行操作。 它同時使用時分多址(TDMA)和頻分多址(FDMA)。
CDMA更安全。 GSM安全性較低。
CDMA在美國以及加拿大和日本的某些地區使用。 全球有24%的用戶僅使用CDMA。 GSM在210多個國家/地區中占全球網絡的80%以上。 全球76%的用戶使用GSM。
CDMA的數據傳輸速度更快。 GSM的數據傳輸速度較慢。
CDMA手機發出的輻射較少。 GSM手機連續發射波脈沖,并發射近28倍的輻射。

翻譯自: https://www.includehelp.com/dictionary/cdma-full-form.aspx

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/377454.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/377454.shtml
英文地址,請注明出處:http://en.pswp.cn/news/377454.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

BCD碼與十進制的相互轉換

BCD碼是用每四位代替一位十進制數(0 到 9 的某一位數) 例如:0x25 就代表25 十六進制的每位轉換成二進制代表四個位。 下面是bcd轉char short int long c語言程序 //************************************************************…

DSP關于存儲器讀寫、IO讀寫時序圖的注意點

這里的存儲器圖不涉及插入等待周期。 IO設備的圖可以自行減去插入等待周期,然后觀察。 存儲器讀讀寫 存儲器寫寫讀 I/O設備讀寫操作

折騰430 launchpad

launchpad到手也已經很長時間了,團購了一個g2的,一個鐵電的,現在馬上又要來一個g2的,感覺手上的東西太多了,急需消化一下,首先呢還是先把430搞定吧。 ---------------------------------------------------…

oem模式是什么_OEM的完整形式是什么?

oem模式是什么OEM:原始設備制造商 (OEM: Original Equipment Manufacturer) OEM is an abbreviation of "Original Equipment Manufacturer". Its meaning has changed over time. In former times, it alluded to a corporation that manufactures produ…

媽了個巴卡

配置文件修改: 一、打開PC端微信,打開咩了個咩小程序,點進入第一關,之后再關掉小程序 二、PC端微信設置里面,找到管理文件,打開文件夾 三、Applet下按修改日期找到a9結尾的文件 四、接著進入\usr\gamecac…

java中Iterator的小程序

import java.util.Collection; import java.util.HashSet; import java.util.Iterator;public class TestIterator {public static void main(String[] args){Collection booksnew HashSet();books.add("java講義");books.add("java的Ajax寶典");books.add…

【C++進階】利用重載二元運算符改進平面向量類Vec2D

先前回顧 在【C進階】 遵循TDD原則,實現平面向量類(Vec2D)中我們初步實現了Vec2D內容,現在做出一定的改進: 實現Vec2D的一半二元算數運算符重載 1、 - (兩個Vec2D對象運算以及1個Vec2D對象與一個double數運算) 2、*(點乘和數乘) 同時將之前…

在SQL中使用DEFAULT約束

DEFAULT constraint is used to insert default value into a column on a table and if no any value is stored in any place of a column then default value will be added into it. DEFAULT約束用于將默認值插入到表的列中,如果列的任何位置均未存儲任何值&…

(ios7) 解決代碼布局View, ios7 中 subView 高度增加StatusBar20dp的問題,保證Ios6,ios7代碼一致...

在ios7 布局中,Status Bar 和 ToolBar ,NavigateBar 等都包含在ViewControl的主View中。 這樣原來ios6 的View布局 整體向上移動了20dp,下面是保證ios6,ios7代碼一致的解決方案 1 第一步 在項目的Info.plist 文件中 添加一行屬性配置 View co…

簡單的群體測試方案C++代碼(Group testing against Covid-19)

原理參考鏈接 https://www.econstor.eu/handle/10419/221811 http://www.magigen.com/h-nd-348.html 文章原理回顧 文章比較了兩種估計人群中病毒流行率的方法: 1、個體測試,即對12000人的樣本進行病毒測試,并采用標準二項測試得出95%的置…

使用WinDbg和VMware調試NDIS中間層驅動程序 (轉)

使用WinDbg和VMware調試NDIS中間層驅動程序 我這里將一步一步的介紹,是從新手的角度來講的,所以對高手來說,可能有些啰嗦。如果你看完這篇文章還不知道如何設置,那么原因可能有兩個:1. 我沒講好;2. 你需要稍…

c語言字符常量和字符串常量_C語言中的字符常量

c語言字符常量和字符串常量Any character (a single character) that is enclosed within the single quotes (like, A) is called character constants in C programming language. 用單引號引起來的任何字符(單個字符)(例如A ) 在C編程語言中稱為字符常量 。 Character cons…

DDOS小測試

一、F12打開開發者工具,刷新待攻擊的網站,重新獲得一次請求 二、user-agent為瀏覽器的合法標識符 user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 是鍵值對的形式&…

Scrum輕松之旅_人員

Product owner產品負責人 職責:確定產品功能 確定產品發布日期 為產品收益率負責 根據商業價值確定功能優先級 接受或拒絕Team的開發成果 Scrum master教練 Team團隊轉載于:https://www.cnblogs.com/charles-x/archive/2012/06/14/2549943.html

群體測試中的假陰性影響

群體測試中的假陰性比個體測試中的假陰性風險要大得多。如果一組樣本被感染,該組中的每個樣本都可能被感染。因此,如果該受感染池的檢測結果為假陰性,則該結果表明池中的每個人都沒有感染。此外,在群體試驗中混合樣本會使受感染的…

融合注意力機制的YOLOv5火焰識別+Arduino UNO R3實現5s內連續識別到火焰,警報燈紅燈亮起

效果:攝像頭捕獲室內圖像,將視頻實時通過串口通訊傳遞給改進之后的YOLOv5神經網絡進行火焰識別,若5s內連續檢測到有火焰,警報燈變紅,進入危險狀態。5s之內未連續出現火焰,警報燈變綠,進入安全狀…

小數 ###_C#中的小數關鍵字

小數 ###C#十進制關鍵字 (C# decimal keyword) In C#, decimal is a keyword which is used to declare a variable that can store a floating type value (value with the precision) between the range of 1.0 x 10-28 to 7.9228 x 1028. decimal keyword is an …

Moon.Orm性能報告

以下為有網友公司的評估測試及使用規范 大家可以下載word看看 http://pan.baidu.com/s/1hquvRuc 一、和ADO.NET進行的壓力測試 說明:2000并發用戶,此圖為一網友公司對moon.orm的測評 二、和ADO.NET的性能對比測試 說明:同時請求10000條數據&a…

Spring中MultipartHttpServletRequest實現文件上傳

轉貼自:http://zhupan.iteye.com/blog/26427 實現圖片上傳   用戶必須能夠上傳圖片,因此需要文件上傳的功能。比較常見的文件上傳組件有Commons FileUpload(http://jakarta.apache.org/commons/fileupload/a>)和COS FileUplo…

(保守群組測試 非保守群組測試 二次重復測試 自適應二次重復測試)四種群體測試的C++代碼

目錄原理保守組檢測非保守組檢測二次重復測試自適應二次重復測試四種測試方法的核心代碼保守群組測試非保守群組測試二次重復測試與自適應二次重復測試測試代碼參考文獻原理 假設該病在人群中的患病率(先驗概率)為p,我們想用群體檢驗法檢驗N…