-
Recent IDC research paper:
SPECIAL STUDY
Digital Photo Frame 2008- 2012 Forecast.
Useful to people who wants to develop digital frame.
標簽:
Forecast
research
Digital
SPECIAL
上傳時間:
2013-12-28
上傳用戶:tianjinfan
-
This unique guide to designing digital VLSI circuits takes a top-down approach, reflecting the natureof the design process in industry. Starting with architecture design, the book explains the why andhow of digital design, using the physics that designers need to know, and no more.Covering system and component aspects, design verification, VHDL modelling, clocking, signalintegrity, layout, electricaloverstress, field-programmable logic, economic issues, and more, thescope of the book is singularly comprehensive.
標簽:
Integrated
Digital
Circuit
Design
上傳時間:
2013-11-04
上傳用戶:life840315
-
Virtex-5, Spartan-DSP FPGAs Application Note
This application note demonstrates how efficient implementations of Digital Up Converters(DUC) and Digital Down Converters (DDC) can be done by leveraging the Xilinx DSP IPportfolio for increased productivity and reduced time to development. Step-by-step instruction is given on how to perform system-level trade off analysis and develop the most efficient FPGA implementation, thus allowing engineers a flexible, low-cost and low-power alternative to ASSP technologies.
標簽:
Spartan-DSP
Virtex
FPGAs
Ap
上傳時間:
2013-10-23
上傳用戶:raron1989
-
TIMER.ASM
*********
[ milindhp@tifrvax.tifr.res.in ]
Set Processor configuration word as = 0000 0000 1010 b.
a] -MCLR tied to VDD (internally).
b] Code protection off.
c] WDT disabled.
d] Internal RC oscillator [4 MHZ].
標簽:
configuration
Processor
milindhp
tifrvax
上傳時間:
2015-05-24
上傳用戶:wqxstar
-
This paper investigates the design of joint frequency
offset and carrier phase estimation of a multi-frequency time division
multiple access (MF-TDMA) demodulator that is applied to
a digital video broadcasting—return channel system via satellite
(DVB-RCS). The proposed joint estimation algorithm is based on
the interpolation technique for two correlation values in the frequency
and phase domains. This simple interpolation technique
can significantly improve frequency and phase resolution capabilities
of the proposed technique without increasing the number of
the correlation values. In addition, the overall block diagram of a
digital communications receiver for DVB-RCS is presented, which
was designed using the proposed estimation algorithms.
Index Terms—Carrier phase estimation, DVB-RCS, frequency
offset estimation, interpolation, joint estimation, MF-TDMA.
標簽:
investigates
estimation
frequency
carrier
上傳時間:
2015-12-30
上傳用戶:ls530720646
-
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽:
converts
Toolbox
complex
logical
上傳時間:
2016-02-12
上傳用戶:a673761058
-
With the successful implementation of XML Schema, developers are learning how to increase productivity, improve software reliability, minimize development time, and decrease time to market. This in-depth reference is an all-in-one resource designed to help developers leverage the power and potential of XML schemas by offering a complete roadmap to their creation, design, and use.
標簽:
implementation
successful
developers
productivi
上傳時間:
2013-12-08
上傳用戶:gxrui1991
-
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte to Flash) The penalty is the extra processor
time to make the nested calls.
標簽:
upsd_flash
functions
are
provided
上傳時間:
2013-12-23
上傳用戶:Andy123456
-
a screen handling program to provide a flashing message.
You will have to design a screen layout for where messages
are placed on the screen. You will also have to consider
when to delay the program in order to give the user time
to read the messages. That is, the program will use the
curses library, signals and the sleep function.
標簽:
screen
handling
flashing
program
上傳時間:
2016-05-04
上傳用戶:chongcongying
-
A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time
標簽:
engineering
code-what
chances
reverse
上傳時間:
2014-01-17
上傳用戶:hn891122