Digital Signal Processor (dsp)

ProjectStoc - 9 pages 866 words 1503 views Paper All Levels Communications Technology ₦0 Naira ($0 USD)

This is a Free work for all members

Register/Login to Access Full Work

This is a paper about generating sequences with matlab
A digital signal processor (DSP) is a specialized microprocessor (or a SIP block), with its architecture optimized for the operational needs of digital signal processing. The goal of DSPs is usually to measure, filter and/or compress continuous real-world analog signals.

1.1 Generation of Discrete Time Sequences
Project 1.1: Delayed Unit Sample Sequence
A unit sample sequence is a sequence that has a value of one (1) at n=0, and a value of zero(0) for other values of n. Therefore a delayed unit sample sequence is a sequence whose value of one is delayed. In this case, it was delayed for 2 samples.

Project 1.2:Real Value Exponential Sequence
A real value exponential sequence is usually represented by
x(n)=k(a)^n
In our program, we are generating and plotting the real value exponential sequence of the following
x(n) = k(a)n ;
 0 ≤ n ≤ 45
k = 0.0001;   
a = 1.219
This creates a growing exponential sequence.

Q2. The parameter that controls the growth of the sequence is a. This is seen by varying the value of a in the MATLAB code and running it.
The parameter that controls the amplitude of the sequence is k. this is also seen by varying the value of k in the MATLAB code and running it.
Q3. The difference between the arithmetic operators ^ and .^ is that “^” raises a square matrix to a power using matrix multiplication. “.^” raises the elements of a matrix or vector to a power; this is a “pointwise” operation.
Q4. When the values of a andk are changed, the exponential sequence turns to a decaying exponential sequence. The sequence generated with a = 0.9 and k = 20 is shown below


Disclaimer: Note this academic material is intended as a guide for your academic research work. Do not copy word for word. Note: For Computer or Programming related works, some works might not contain source codes

CITE THIS WORK

(2015, 02). Digital Signal Processor (dsp).. ProjectStoc.com. Retrieved 02, 2015, from https://projectstoc.com/read/6084/dsp-3447
"Digital Signal Processor (dsp)." ProjectStoc.com. 02 2015. 2015. 02 2015 <https://projectstoc.com/read/6084/dsp-3447>.
"Digital Signal Processor (dsp).." ProjectStoc.com. ProjectStoc.com, 02 2015. Web. 02 2015. <https://projectstoc.com/read/6084/dsp-3447>.
"Digital Signal Processor (dsp).." ProjectStoc.com. 02, 2015. Accessed 02, 2015. https://projectstoc.com/read/6084/dsp-3447.