Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask MATLAB Expert

Assignment -5:

Part I: Signal Interpolation

1. Consider a simple single-mode 128-point sequence

x(n) = sin(πn/64) for n = 0, 1, ... 127

The 32-point subsequence corresponding to a lower sampling rate is in the form of

x' (n) = sin(πn/16) for n = 0, 1, ... 31

Use FFT method to interpolate the subsequence x (n) to 128 points. Plot the resultant 128- point sequence.

2. Consider the 64-point sequence

x(n) = 2(-n/16) for n = 0, 1, ... 63

The 32-point subsequence corresponding to a lower sampling rate is in the form of

x'(n) = 2(-n/8) for n = 0, 1, ... 31

Use FFT method to interpolate the subsequence x'(n) to 64 points. Plot the resultant 64-point sequence.

3. Analyze the accuracy of the interpolation processes of these two cases.

Part II: Speech Scrambling

The objective of this exercise is to implement a simple digital speech scrambler. Prior to that, you need to visit the site Audacity. This website provides the basic tools for A/D and D/A conversion. The TA will walk through the tools with you during the discussion session. You also need to recruit a member of the class as the partner of the demo. Your tasks include:

4. Formulation of the design of your speech scrambler, with detailed steps from the continuous-time concept to discrete-time realization, (Note that the design of the scrambler is not unique. There are many feasible versions.)

5. Implementation of the speech scrambler, (Note that the same procedure is for both scrambling and descrambling.)

6. Demonstration of speech scrambling, descrambling, and spectral analysis.

Checkout procedure:

Team member 1:

1. Use the microphone of your computer to record the speech signal of a short sentence.
2. Digitize the speech signal (A/D).
3. Display the spectrum of the digitized speech signal.
4. Reconstruct the speech signal for verification and check against possible distortion (D/A).
5. Apply the speech scrambling procedure to the digitized speech signal.
6. Display the spectrum of the scrambled speech signal.
7. Send the scrambled data samples to your teammate.

Team member 2:

1. Display the spectrum of the received speech signal.
2. Apply the descrambling procedure to the received speech signal.
3. Display the spectrum of the descrambled speech signal.
4. Reconstruct and play the descrambled speech signal.
5. Reply to team member's message. (Record, digitize, scramble, and send).

Full team:
1. Repeat this procedure for two-way verbal conversations 5 times.
2. Compile the entire speech communication record in scrambled form.
3. Descramble and play the communication record.

Assignment -6:

1. Bearing-angle estimation

A passive detection system consists of two acoustic receivers. The separation between the receivers is 2.5 meters. The acoustic propagation speed in air is 343.6 m/s. The acoustic data tracks detected by the receivers are given. The sampling rate of the A/D conversion is 48 MHz. Estimate the bearing angle of the acoustic source.

2. Range estimation

The purpose of this exercise is to perform step-frequency radar imaging using FFT for range estimation.

The data set was taken over a section of the walkway pavement in front of the Broida Hall. The ground-penetrating radar imaging unit scanned along a linear path and took data at 200 spatial positions. The spatial spacing between the data-collection positions is 0.0213 m (2.13 cm).

At each data-collection position, the system illuminates the subsurface region of the walkway area with microwaves in the step-frequency mode, stepping through 128 frequencies with a constant increment, from 0.976 GHz to 2.00 GHz. The relative permittivity εr is approximately 6.0.

The data set is in the form of a (200 x 128) array, corresponding to 128 complex-amplitude values (for the 128 frequencies) at 200 receiving positions.

Your assignment is to perform the image reconstruction of the subsurface profile. Your result should be a two-dimensional image plot (magnitude-only). Please note:

(a) The propagation speed needs to be adjusted by the relative permittivity.
(b) The depth profile needs to be scaled by a factor of two for the round-trip propagation.
(c) The spatial scale of your image profile should be approximately the same, in both directions for effective visualization.

Your report should include (a) a detailed description of your approach and signal processing procedures, (b) resultant image, (c) code, and (d) a summary.

Final Exam

Problem 1:

The frame rate of a camera is N frames/sec. A wheel, initially still, starts to rotate. In the recorded video, the wheel changed the direction of rotation at t = t1, t2, t3, ..... What are the frequencies of the rotation at t = t1, t2, t3, ..... Explain why so.

Problem 2:

The Fourier series expansion of a real periodic signal is in the form of

f(t) = αo + n=1 ancos(nωot) + n=1 bnsin(nωot)

(a) Find the Hilbert-transform pair.

(b) Find the average power of the Hilbert-transform pair.

(c) Evaluate the inner product of the Hilbert-transform pair.

Problem 3:

(a) Show that the z → -z-1 frequency transformation coverts a lowpass filter HL(z) to a highpass filter

HH(z) = HL(-z-1)

(b) The speech scrambler utilizes the modulation sequence [+1, -1, +1, -1, +1, -1, +1, -1,...] for the redistribution of frequency components. The z→-z-1 is a lowpass-highpass frequency transformation technique. Compare these two methods and identify the similarities and differences.

Problem 4:

In assignment #5, two data sequences were used for the interpolation experiments. Does the interpolation technique work equally well for both sequences? Explain why so.

Problem 5:

In assignment #6, there were two different approaches for time-delay estimation. One is the correlation method, and the other one is the Fourier transform technique. Describe the relationship between these two methods.

Problem 6:

Three formulas are usually utilized to describe bilinear transformation. For the mapping from the lane to z-plane, the formula is in the form of

z = 1+ βs/1+ βs

For the mapping from the z-plane back to the s-plane, the formula is in the form of

s = (1/β) (z-1/z-2)

The mapping between the analog frequency ω and the DTFT frequency θ is in the form of

 

βω = tan(θ/2)

Bilinear transform has been applied to the design of digital filters regularly.

1. How does the value β change the design procedure?
2. Does the value β change the resultant digital filter? Explain why so.

Problem 7:

The design specifications of a digital lowpass Butterworth filter are:

(a) passband frequency, θp = ± π/2
(b) maximum passband attenuation αmax = 0.5 dB
(c) stopband frequency θs = ± 7π/10, and
(d) minimum stopband attenuation αmin = 20 dB

Part A: Determine:

1. The design specifications of the equivalent analog lowpass Butterworth filter.
2. The order and cutoff frequency of the analog equivalent.
3. The pole locations of the analog equivalent.
4. The transfer function Ha(s) of the analog equivalent.

Part B: Identify:

1. The order and cutoff frequency of the digital filter,
2. Locations of the poles and zeros of the digital filter,
3. The transfer function Hd(z) of the digital filter, Part C:
1. Partition the transfer function into multiple bilinear or biquad segments

H(z) = H1(z) H2(z) H3(z)...,

and display of the frequency response (amplitude only) of each of the segments, H1(e), H2(e), H3(e)..., of the lowpass filter over the interval from -π to π,

2. Display of the overall frequency response (amplitude only) of H(ejθ) of the lowpass filter over the interval from -π to π, and

3. Verify your design by evaluating the frequency response at the passband and stopband frequencies.

MATLAB, Engineering

  • Category:- MATLAB
  • Reference No.:- M91709637

Have any Question?


Related Questions in MATLAB

What comparison of means test was used to answer the

What comparison of means test was used to answer the question

Assignment - matlab programmingusing appropriate matlab

Assignment - MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

Assignment -matlab codes and simulated model in

Assignment - Matlab codes and simulated model in simulink/matlab and truetime. 1. Matlab codes and simulink model for pid controller optimization using particle swarm optimization (PSO) my plant is integer order 1000/(s^ ...

Suppose that you have used some concept learning algorithm

Suppose that you have used some concept learning algorithm to learn a hypothesis h1 from some training data. You are interested in knowing the accuracy that the hypothesis can be expected to achieve on the underlying pop ...

Assignment -data is given on which want to do computational

Assignment - Data is given on which want to do computational production planning using Metaheuristic MATLAB Programming: 1) Ant Colony Algorithm on both Partial and Total Flexible Problem. 2) Bee Algorithm on both Partia ...

Assignmentafter the success of your robo-advice venture you

Assignment After the success of your robo-advice venture you decide to explore alternative sources of profitability for your company. You realize that Australian investors are often forced to chose between expensive acti ...

Lab assignment - matlab matrix relationallogical operators

Lab Assignment - MATLAB Matrix, Relational/Logical Operators and Plotting This laboratory exercise/assignment will involve you 1) practicing multiplication operators in MATLAB; 2) practicing relational and logical operat ...

Recitation problems -1 determine the highest real root of

Recitation Problems - 1. Determine the highest real root of f(x) = 2x 3 - 11.7x 2 + 17.7x - 5 using the Newton-Raphson method with at least four iterations. Start with an initial guess of x 0 = 3. 2. Determine the real r ...

Assignment - matlab programmingusing appropriate matlab

Assignment - MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

Question a safe prime is a prime number that can be written

Question : A safe prime is a prime number that can be written in the form 2p + 1 where p is also a prime number. Write a MATLAB script file that finds and displays all safe primes between 1 and 1000.

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As