Digital Signal Processor-Seminar
#1

Processors obviously are the workhorses of any computing system. It is also known that
even before any of the DSP Processors was designed there were other genera l-purpose
processors and that were found wanting in their performance when used in DSP
applications.A digital signal processor (DSP) is a specialized microprocessor designed specifically for digital signal processing, generally in real -time computing.


http://ziddudownload/5620961/Digitalsignalprocessors.rar.html
Reply
#2
[attachment=14809]
OVERVIEW OF DSP ARCHITECTURE
A digital signal processor (DSP) is a type of microprocessor - one that is incredibly fast and Powerful. It is a key component in much communication, medical, military and industrial products. A class of microprocessors optimized for DSP it has advantage in speed, cost and energy efficiency. DSP architectures are molded by DSP.
 Algorithms
 Fast Multipliers
 Multiple Execution Units
 Efficient Memory Access
 Data Format
 Efficient Zero-Overhead Looping
 Streamlined I/O
 Specialized Instruction Sets
1.1 Fast Multipliers: One of most used known algorithm: FIR filter.
y=ΣXh
Where X: vector of input data; h: filter coefficients
Main operations: multiply & add Multiplication is one of the most common operations in signal processing (convolution, IIR filtering, Fourier Transforms...) Need fast multiply-accumulate operations Shift, multiply and add in a loop. Each require one or more cycle. It Need to developed special hardware for multiplication In 1982, Texas Instruments (TMS32010) (in a single clock cycle) All modern DSP processors include at least One or more .dedicated, single-cycle multiplier Or combined multiply-accumulate unit (MAC).
1.2 Multiple Execution Units: Need to perform high computational tasks in real time.
E.g. = Filtering signals in 10-100 KHz sampling rate in real time several independent execution units are required. It should operate in parallel e.g. Arithmetic Logic Unit (ALU) and a shifter in parallel to MAC units
1.3 Efficient Memory Access: Executing a MAC in a single cycle means:
(1) Fetching the MAC instruction in a single cycle.
(2) Fetching a data sample in a single cycle.
(3) Fetching a filter coefficient in a single cycle.
So, good performance requires high memory bandwidth commonly used approach. It Use two or more separate memory bank. Each has its own bus and each could be read or written during every cycle.
1.4 Data Format: DSP algorithms generally use floating point formats. Fixed point processors are Cheaper and less power consuming. Floating point formats require more complex hardware. It uses shortest data word width that will provide adequate accuracy. Consider the cost & energy consumption. Most fixed point DSP processors use 16 bit data words. They are sufficient for many applications some use 20, 24 or 32 bit data word for better accuracy. Most DSP processors include one or more accumulator registers. Accumulator Registers are wider than other registers. It Provide extra guard bits to avoid overflow.
1.5 Efficient Zero Overhead Looping: DSP algorithms have many loops. It Use efficient looping. Special loop is Zero Overhead Looping. It has no loop counter and no branching back to the top of the loop
1.6 Streamlined I/O: It has specialized serial or parallel I/O interfaces and Streamlined I/O handling mechanisms E.g.: Low overhead interrupts and direct memory access, DMA.
1.7 Specialized Instruction Sets: It has two goals in instruction sets:
1. Make maximum use of hardware, increase efficiency in which Programmer can specify parallel operations in single instructions.
2. Minimize memory space required to store DSP programs.(Memory is a cost!) it keep instructions
Short. Use mode bits rather than encoding, Restrict operations to specific registers, Restrict operation combinations in the intructions. This makes DSP instructions complicated.
Reply
#3


to get information about signal processing full report ,ppt and related topic refer the page link bellow

http://studentbank.in/report-scope-of-di...ull-report

http://studentbank.in/report-digital-sig...r-seminars

http://studentbank.in/report-genomic-signal-processing

http://studentbank.in/report-genomic-sig...-gsp--4744

http://studentbank.in/report-genomic-sig...essing-gsp

http://studentbank.in/report-digital-sig...essing-dsp

http://studentbank.in/report-digital-sig...0c6713-dsk

http://studentbank.in/report-matlab-in-d...unications

http://studentbank.in/report-pile-up-cor...processing
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: seminar on network processor, i7 processor seminar ppt, digital signal processor chip, digital signal booster, seminar on processor, digital signal processor definition, seminar on i7 processor,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Digital Image Processing Techniques for the Detection and Removal of Cracks in Digiti electronics seminars 4 4,856 22-07-2013, 09:37 PM
Last Post: Guest
  Digital Video Watermarking ( Project ) saeedah 6 4,997 18-03-2013, 04:06 PM
Last Post: computer topic
  Multiresolution Watermark Based on Wavelet Transform for Digital images smart paper boy 1 1,380 19-12-2012, 11:48 AM
Last Post: seminar details
  A ROBUST DIGITAL IMAGE WATERMARKING ALGORITHM USING DNA SEQUENCES smart paper boy 1 1,923 29-11-2012, 01:42 PM
Last Post: seminar details
  Digital Image Processing-Seminar Computer Science Clay 8 8,910 29-10-2012, 04:32 PM
Last Post: seminar details
Smile Implementation Of Digital Watermarking nit_cal 1 1,779 25-10-2012, 12:56 PM
Last Post: seminar details
  voice over IP Seminar Report Computer Science Clay 11 9,305 14-03-2012, 09:44 AM
Last Post: seminar paper
Wink Development of an application for receiving orders for printing digital photographs computer science crazy 1 1,462 08-03-2012, 10:29 AM
Last Post: seminar paper
  Development of an application for receiving orders for printing digital photographs mechanical engineering crazy 2 2,503 08-03-2012, 10:29 AM
Last Post: seminar paper
  Steganography-A Modern Approach to Digital Security seminar class 1 2,050 13-02-2012, 05:02 PM
Last Post: seminar paper

Forum Jump: