-
This tutorial will focus on the strong connection between C++ and SystemC by making
the analogy between Hardware modeling and Object-Oriented modeling.
The first section will look at the creation of Hardware components in C++.
The second section will highlight the benefits of a SystemC implementation.
Lastly, a worked example will allow you to gain experience with the steps involved in the
creation, and simulation, of a SystemC design.
標簽:
systemc
上傳時間:
2015-06-25
上傳用戶:ycc‘eeworm
-
Matlab 畫三維立體圖形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.
Some features of the library are:
- creation of various shapes (3D points, 3D lines, planes, polyhedra...)
through an intuitive syntax.
Ex: createPlane(p1, p2, p3) to create a plane through 3 points.
- derivation of new shapes: intersection between 2 planes, intersection between
a plane and a line, between a sphere and a line...
- functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces
arrays (face array contain indices of vertices), and support faces with any
number of vertices. Some basic models are provided (createOctaedron,
createCubeoctaedron...), as well as some computation (like faceNormal or
centroid)
- manipulation of planar transformation. Ex.:
ROT = createRotationOx(THETA);
P2 = transformPoint3d(P1, ROT);
- direct drawing of shapes with specialized functions. Clipping is performed
automatically for infinite shapes such as lines or rays. Ex:
drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points
drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line
Some functions require the geom2d package.
Additional help is provided in geom3d/Contents.m file, as well as summary files
like 'points3d.m' or 'lines3d.m'.
標簽:
Matlab 畫三維立體圖形
上傳時間:
2015-11-02
上傳用戶:A1321
-
Synopsys' widely-used design constraints format, known as SDC, describes the "design intent" and surrounding constraints for synthesis, clocking, timing, power, test and environmental and operating conditions. SDC has been in use and evolving for more than 20 years, making it the most popular and proven format for describing design constraints. Essentially all synthesized designs use SDC and numerous EDA companies have translators that can read and process SDC.
標簽:
Vivado
時序約束
上傳時間:
2018-07-13
上傳用戶:yalsim
-
obot control, a subject aimed at making robots behave as desired, has been
extensively developed for more than two decades. Among many books being
published on this subject, a common feature is to treat a robot as a single
system that is to be controlled by a variety of control algorithms depending on
different scenarios and control objectives. However, when a robot becomes more
complex and its degrees of freedom of motion increase substantially, the needed
control computation can easily go beyond the scope a modern computer can
handle within a pre-specified sampling period. A solution is to base the control
on subsystem dynamics.
標簽:
decomposition
virtual
control
上傳時間:
2019-09-04
上傳用戶:txb96
-
With the advancement of technology and miniaturization of electronic devices, applications of
wireless sensor networks (WSNs) can be seen in diverse areas in our lives. In fact, these WSNs
have gained a lot of attention from both the research community and industry, making them
easily available on the market. An extensive amount of research, easy availability, and cheap cost
make them useful in various types of futuristic applications as well.
標簽:
Communication
Technologies
Emerging
上傳時間:
2020-05-27
上傳用戶:shancjb
-
Wireless technologies like GSM, UMTS, LTE, Wireless LAN and Bluetooth have
revolutionized the way we communicate by making services like telephony and Internet
access available anytime and from almost anywhere. Today, a great variety of technical
publications offer background information about these technologies but they all fall
short in one way or another. Books covering these technologies usually describe only
one of the systems in detail and are generally too complex as a first introduction. The
Internet is also a good source, but the articles one finds are usually too short and super-
ficial or only deal with a specific mechanism of one of the systems. For this reason, it
was difficult for me to recommend a single publication to students in my telecommunication
classes, which I have been teaching in addition to my work in the wireless telecommunication
industry. This book aims to change this.
標簽:
LTE-Advanced
From
GSM
Pro
and
5G
to
上傳時間:
2020-05-27
上傳用戶:shancjb
-
Wireless technologies like GSM, UMTS, LTE, Wireless LAN and Bluetooth have revolu-
tionized the way we communicate and exchange data by making services like telephony and
Internet access available anytime and from almost anywhere. Today, a great variety of techni-
cal publications offer background information about these technologies but they all fall short
in one way or another. Books covering these technologies usually describe only one of the
systems in detail and are generally too complex as a first introduction. The Internet is also a
good source, but the articles one finds are usually too short and superficial or only deal with
a specific mechanism of one of the systems. For this reason, it was difficult for me to recom-
mend a single publication to students in my telecommunication classes, which I have been
teaching in addition to my work in the wireless telecommunication industry. This book aims
to change this.
標簽:
GSM
LTE-Advanced
上傳時間:
2020-05-27
上傳用戶:shancjb
-
Smartphones have become a key element in providing greater user access to the
mobile Internet. Many complex applications which used to be limited to PCs, have
been developed and operated on smartphones. These applications extend the
functionalities of smartphones, making them more convenient for users to be
connected. However, they also greatly increase the power consumption of
smartphones, making users frustrated with long delays in Web browsing.
標簽:
Browsing
Mobile
Cloud
Using
Web
the
上傳時間:
2020-05-30
上傳用戶:shancjb
-
Advances in communication and networking technologies are rapidly making ubiq-
uitous network connectivity a reality. Wireless networks are indispensable for
supporting such access anywhere and at any time. Among various types of wire-
less networks, multihop wireless networks (MWNs) have been attracting increasing
attention for decades due to its broad civilian and military applications. Basically,
a MWN is a network of nodes connected by wireless communication links. Due
to the limited transmission range of the radio, many pairs of nodes in MWNs may
not be able to communicate directly, hence they need other intermediate nodes to
forward packets for them. Routing in such networks is an important issue and it
poses great challenges.
標簽:
Multihop
Wireless
Networks
上傳時間:
2020-05-31
上傳用戶:shancjb
-
Rapid growth of wireless communication services in recent decades has created
a huge demand of radio spectrum. Spectrum scarcity and utilization inefficiency
limit the development of wireless networks. Cognitive radio is a promising tech-
nology that allows secondary users to reuse the underutilized licensed spectrum of
primary users. The major challenge for spectrum sharing is to achieve high spectrum
efficiency while making non-intrusive access to the licensed bands. This requires in-
formation of availability and quality of channel resources at secondary transmitters,
however, is difficult to be obtained perfectly in practice.
標簽:
Opportunistic
Spectrum
Sharing
上傳時間:
2020-05-31
上傳用戶:shancjb