-
In recent years, the research and developments in the area of RF and microwave
technologies have progressed significantly due to the growing demand for applica-
bility in wireless communication technologies. Starting from 1992, wireless com-
munication technologies have become quite mature. In the modern era of electronic
developments, design of wireless handsets is an example of integration of many di-
verse skill sets. Classical books in the areas of microwave technology provide us
with an in-depth knowledge of electromagnetic fundamentals.
標(biāo)簽:
front-Ends
Receiver
Modern
上傳時間:
2020-05-31
上傳用戶:shancjb
-
This book is about multipoint cooperative communication, a key technology to
overcome the long-standing problem of limited transmission rate caused by inter-
point interference. However, the multipoint cooperative communication is not an
isolated technology. Instead, it covers a vast range of research areas such as the
multiple-input multiple-outputsystem, the relay network, channel state information
issues, inter-point radio resource management operations, coordinated or joint
transmissions, etc. We suppose that any attempt trying to thoroughly analyze the
multipoint cooperative communication technology might end up working on a
cyclopedia for modern communication systems and easily get lost in discussing all
kinds of cooperative communication schemes as well as the associated models and
their variations.
標(biāo)簽:
Communication
Multi-point
Cooperative
Systems
上傳時間:
2020-05-31
上傳用戶:shancjb
-
The unguided transmission of information using electromagnetic waves
at radio frequency (RF) is often referred to as wireless communications,
the first demonstration of which took place at the end of the 19th cen-
tury and is attributed to Hertz. The technology was, shortly thereafter,
commercialised by, amongst others, Marconi in one of the first wire-
less communication systems, i.e., wireless telegraphy. In the first half of
the 20th century the technology was developed further to enable more
than the mere transmission of Morse code. This first resulted in uni-
directional radio broadcasting and several years later also in television
broadcasting.
標(biāo)簽:
Imperfections
RF
上傳時間:
2020-06-01
上傳用戶:shancjb
-
The following sections profile many of the vendors in the NFV market. The individual profiles were created
through a collaborative effort between SDNCentral’s Research Team and the Vendor’s product experts.
SDNCentral worked under the assumption the information provided by the vendors was factual, auditing the
submissions only to remove unverifiable claims and hyperbole. Extended profiles can be viewed online.
While every attempt has been made to validate the capabilities listed in the profiles, SDNCentral advises end
users to verify the veracity of each claim for themselves in their actual deployment environments. SDNCentral
cannot be held liable for unexpected operations, damages or incorrect operation due to any inaccuracies listed
here. SDNCentral welcomes feedback and additional information from end users based on their real-world
experiences with the products and technologies listed. The SDNCentral research team can be reached at
標(biāo)簽:
SDxCentral-Mega-NFV-Report
上傳時間:
2020-06-01
上傳用戶:shancjb
-
Ultra-wideband (UWB) technology enables high data-rate short-range communica-
tion, in excess of hundredmegabit-per-secondsand up to multi-gigabit-per-seconds,
over a wide spectrum of frequencies, while keeping power consumption at low lev-
els. This low power operation results in a less-interfering co-existence with other
existed communication technologies (e.g., UNII bands).
In addition to carrying a huge amount of data over a distance of up to 230 feet
at very low power (less than 0.5mW), the UWB signal has the ability to penetrate
through the doors and other obstacles that tend to reflect signals at more limited
bandwidths and higher power densities.
標(biāo)簽:
Silicon-Based
front-Ends
RF
上傳時間:
2020-06-01
上傳用戶:shancjb
-
The first practical examples of mobile communications were used in many countries like
the USA, the UK and Germany in military services, and played a significant role in the
First World War to transfer important information from the front to headquarters to take
further actions. Good and secure wireless communications were an important need for all
military services – army, navy and air force. In this respect, the Second World War was a big
experimental battlefield for the development and evolution of mobile radio. It was in the
interests of governments that after the Second World War the military investment should
be paid back by civilian use, and all western European countries started their so-called first
generation of mobile communication networks.
標(biāo)簽:
Multimedia
Business
Mobile
The
上傳時間:
2020-06-01
上傳用戶:shancjb
-
A wireless ad-hoc network is a wireless network deployed without any infrastructure. In
such a network, there is no access point or wireless router to forward messages among the
computing devices. Instead, these devices depend on the ad-hoc mode of their wireless net‐
work interface cards to communicate with each other. If the nodes are within the transmis‐
sion range of the wireless signal, they can send messages to each other directly. Otherwise,
the nodes in between will forward the messages for them. Thus, each node is both an end
system and a router simultaneously.
標(biāo)簽:
WIRELESS
NETWORKS
AD-HOC
上傳時間:
2020-06-01
上傳用戶:shancjb
-
Wirelesscommunications,especiallyinitsmobileform,hasbroughtusthefreedomofmobility
andhaschangedthelifestylesofmodernpeople.Waitingatafixedlocationtoreceiveormakea
phone call, or sitting in front of a personal computer to send an e-mail or download a video
program, has become an old story. Nowadays it is commonplace for people to talk over a cell
phonewhilewalkingonthestreet,ortodownloadandwatchamoviewhiletravelingonatrain.
Thisisthebenefitmadeavailabletousbythesuccessfulevolutionofwirelesscommunications
over three generations, with the fourth generation being under way.
標(biāo)簽:
Communications
Management
Wireless
Resource
上傳時間:
2020-06-01
上傳用戶:shancjb
-
Over many years, RF-MEMS have been a hot topic in research at the technology
and device level. In particular, various kinds of mechanical Si-MEMS resonators
and piezoelectric BAW (bulk acoustic wave) resonators have been developed. The
BAW technology has made its way to commercial products for passive RF filters,
in particular for duplexers in RF transceiver front ends for cellular communica-
tions. Beyond their use in filters, micromachined resonators can also be used in
conjunction with active devices in innovative circuits and architectures.
標(biāo)簽:
MEMS-based
Circuits
Systems
and
上傳時間:
2020-06-06
上傳用戶:shancjb
-
function y=lagr(x0,y0,x)
%x0,y0為節(jié)點
%x是插值點
n=length(x0);
m=length(x);
for i=1:m
z=x(i);
s=0.0;
for k=1:n
p=1.0;
for j=1:n
if j~=k
p=p*(z-x0(j))/(x0(k)-x0(j));
end
end
s=p*y0(k)+s;
end
y(i)=s;
end
標(biāo)簽:
lagr
上傳時間:
2020-06-09
上傳用戶:shiyc2020