+ All Categories
Home > Documents > MTechProjectPhase-2

MTechProjectPhase-2

Date post: 02-Jun-2018
Category:
Upload: jeevrkg
View: 214 times
Download: 0 times
Share this document with a friend

of 29

Transcript
  • 8/10/2019 MTechProjectPhase-2

    1/29

    Dayananda Sagar College of EngineeringCenter for Post Graduation Studies

    Department of Electronics and Communications Engineering

    Project Seminar MTech Project Phase 3

    Project Title : EVALUATION OF POLYPHASE FFTARCHITECTURE FOR PULSE DETECTION AND MEASUREMENT

    Student Name : JEEVITHA T (1DS12LEC06)

    Internal Project Guide: External Project Guide:Prof. Kiran Gupta Hemanth Vasant ParanjapeECE dept,DSCE Scientist E, DARE,DRDO

  • 8/10/2019 MTechProjectPhase-2

    2/29

    Title of the Project

    Problem statement

    Time of Arrival(TOA) PDW parameter that assigns a time tag to the leading edge of

    a received pulse at the receiver input.

    For a digital EW receiver, the spectrum estimator (normally an FFT) is usually

    the limiting factor in update rate due to its computational complexity.

    update rate 1/ frequency resolution.

    Consider a monobit receiver:

    256 samples at 2.56GHz TOA resolution 100ns.

    with 50% overlap at the same Fs TOA resolution 50ns

    increasing the number of FFTs.

  • 8/10/2019 MTechProjectPhase-2

    3/29

    Title of the Project

    Phase 1 ReviewPhase 1 Review

    Receiver considered is a Multi-bit Electronic Warfare Receiver

    Receiver consists of a decimation filter and FFT block along with an encoder thatoutputs the PDW(Pulse Descriptor Words).

    The shaded block is realized as a polyphase DFT which uses decimation in frequencydomain.

  • 8/10/2019 MTechProjectPhase-2

    4/29

    Title of the Project

    objective

    the proposed method to increase the TOA resolution is to use decimation in the

    frequency domain.

    implement the decimation in frequency domain through a channelised polyphase

    filtering method.

    incorporate the channelised polyphase filtering method in the receiver model.

  • 8/10/2019 MTechProjectPhase-2

    5/29

    Title of the Project

    Frequency Channelization

    Filter bank:

  • 8/10/2019 MTechProjectPhase-2

    6/29

    Polyphase Structure for FFT filter bank

    USN: 1DS12LEC06 6

  • 8/10/2019 MTechProjectPhase-2

    7/29

    Title of the Project

    Decimation filter design process:

    STAGE 1: FFT filter bank

    rectangular window in time domain sinc function in frequency domain

    filter shape is not desirable

    sidelobes are very high

    Weighing function can be used in time domain

    the detailed response of the single filter and the filter bank is as shown

  • 8/10/2019 MTechProjectPhase-2

    8/29

    USN: 1DS12LEC06 8

  • 8/10/2019 MTechProjectPhase-2

    9/29

    Title of the Project

    Continued..

    STAGE 2 : Decimated FFT filter BankALGORITHM: Decimation in Frequency Domain:

    Step 1:

    Step 2:

  • 8/10/2019 MTechProjectPhase-2

    10/29

  • 8/10/2019 MTechProjectPhase-2

    11/29

    Title of the Project

    Step 4:

    Step 5:

  • 8/10/2019 MTechProjectPhase-2

    12/29

    Title of the Project

    Step 6:

  • 8/10/2019 MTechProjectPhase-2

    13/29

    Results:

    USN: 1DS12LEC06 13

  • 8/10/2019 MTechProjectPhase-2

    14/29

    Title of the Project

    Continued..

    Stage 3: Windowed Decimated FFT filter Bank

    To widen the individual filters and also suppress the sidelobes a window is appliedto the input data.

    The corresponding effect in the frequency domain is the wide bandwidth of eachindividual filter shape in the filter bank.

    ALGORITHM:

    Step 1:

    Step 2:

  • 8/10/2019 MTechProjectPhase-2

    15/29

    Title of the Project

    Continued..

    Step 3:

    Step 4: 32 point FFT is performed on these y values , 16 individual filters aregenerated.

  • 8/10/2019 MTechProjectPhase-2

    16/29

    Window function generated using an FDATOOL

    Design Parameters:

    N=256; M=8; 1= 0.01; 2=0.001; fs=3000MHz;Fp =fs/(N/M) ; Fs = 2*Fp;

    USN: 1DS12LEC06 16

  • 8/10/2019 MTechProjectPhase-2

    17/29

    Title of the Project

    Continued..

    Step 1:

    Step 2:

    Park Mc- Clellans Criteria:

  • 8/10/2019 MTechProjectPhase-2

    18/29

  • 8/10/2019 MTechProjectPhase-2

    19/29

  • 8/10/2019 MTechProjectPhase-2

    20/29

    Title of the Project

    Advantages of Polyphase Filtering

    First, by parallelizing the filter through polyphase decomposition, the sampling rate of

    each individual filter is reduced by a factor of 1 /D, where D is the number of filters.

    A second significant advantage to using the channelized polyphase filtering

    method is an increase in time resolution, which improves the TOA and PW calculations

    in an EW receiver.

  • 8/10/2019 MTechProjectPhase-2

    21/29

    Comparison:

    USN: 1DS12LEC06 21

  • 8/10/2019 MTechProjectPhase-2

    22/29

    Title of the Project

    Remaining Work:

    incorporate the filter designed into the receiver model

    Generate the test signals

    perform various processing such as:

    Deinterleaving

    PRI generation

    Tracking

    PDW generation

    GUI design in MATLAB.

  • 8/10/2019 MTechProjectPhase-2

    23/29

    Title of the Project

    MATLAB simulation

    Generation of the input signals:

    FILE NAME DESCRIPTION

    Known_pattern.m Accepts the number of pulses transfers the control test_case_generator.

    Outputs the details of the input info.txt

    Test_case_pattern.m Provides the user a platform to enter the details of the inputpattern.Transfers the control to cw_generator.m depending on theuser entries.

    Cw_generator.m Used to generate cw pulses.

    Info.txt Contains the details of the input signal.

  • 8/10/2019 MTechProjectPhase-2

    24/29

  • 8/10/2019 MTechProjectPhase-2

    25/29

    Title of the Project

    COMPLETE_MODEL.M ALGORITHM

    1. The input data/ samples are stored in samples.txt

    2. Grouping of the data begins :P = length(A);P = P - mod(P,256);L = (P/N);

    where A is a variable which contains the imported data (samples.txt)

    3. Design an equiripple low pass FIR filter with the following parameters: Fs=1350MHz Fp=21.09375MHz Fs=42.1875MHz Wp=1/64 Ws=1/32

    Fdatool is used to generate the filter co-efficients.

  • 8/10/2019 MTechProjectPhase-2

    26/29

    Title of the Project

    Samples(14080)

    L21

    1 2 3256

    P= P- mod(P,256) Mod(x,y)= x-n.*yn = floor(x./y)

  • 8/10/2019 MTechProjectPhase-2

    27/29

    Title of the Project

    Continued.

    4. Decimation in the frequency domain is applied on the incoming data:

    Let x(n) be the input, h(n) be the filter co-efficients :

    5. Calculate the 32 point FFT of the processed data.

  • 8/10/2019 MTechProjectPhase-2

    28/29

    Title of the Project

    Peak detection:

    6. Calculate the first peak(maximum) using

  • 8/10/2019 MTechProjectPhase-2

    29/29

    Title of the Project

    Continued

    THANK YOU


Recommended