Wednesday, 26 April 2017

Review on Research Paper & Patent

 Paper Title:SPATIAL AUDIO SEPARATION USING PROJECTIONS

 Authors: Derry FitzGerald, Antoine Liutkus, Roland Badeau

A projection-based method for the unmixing of multichannel audio signals into their different constituent spatial objects. Here, spatial objects are modelled using a unified framework which handles both point sources and diffuse sources. These linear combinations consist of observations where some spatial objects are cancelled or enhanced. The algorithm was also informally tested on a number of commercial recordings.


Link:http://ieeexplore.ieee.org/document/7471632/authors



Patent Title:  Audio source separation

Authors: WANG, David S
 
The method includes determining a spatial parameter of an audio source based on a linear combination characteristic of the audio source and an orthogonality characteristic of two or more audio sources to be separated in the audio content. The method also includes separating the audio source from the audio content based on the spatial parameter. Corresponding system and computer program product are also disclosed.
It will be appreciated that the example embodiments disclosed herein are not to be limited to the specific embodiments disclosed and that modifications and other embodiments are intended to be included within the scope of the appended claims. Although specific terms are used herein, they are used in a generic and descriptive sense only and not for purposes of limitation.



DSP processor : Hardware implementation

We were given the TMS320F28335 DSP kit with JTAG. We were taught to use the Code Composer Studio v4,0 to write the program on to the DSP processor. The Code Composer Studio allows real time debugging of the program in running mode. The various features of DSP processor can be exploited using this feature. We performed convolution, correlation, DFT, FFT, OAM and OSM on the processor kit. Thus, we got a hands-on experience of the DSP kit.

Sunday, 23 April 2017

FIR Filter Design Using FSM

Experiment No.8

In this experiment, we were required to design a digital FIR filter using Frequency Sampling Method (FSM). Scilab was used to implement it.
We implemented a digital FIR filter using Frequency sampling method. The input specifications were taken as usual and the magnitude response was plotted. 
In frequency response of the obtained output signals of Frequency Sampling Method, ripples in the Stop Band obtained are of decreasing amplitudes. Phase plot of HPF and LPF are same if the order of both of them are same. Phase varies linearly with frequency , hence output will not be distracted.  Also that as order increases number of side lobe increases.

FIR Filter Design Using Windows Function

Experiment No.7

The user was prompted to input values like Attenuation in Stop band (As) and Pass band (Ap) as well as Pass band frequency, Stop band frequency and sampling frequency.A low pass and Band pass filter was designed.
The program calculated which windowing function would be most suitable for the given input specifications.Thus, we performed the experiment for two window functions: Bartlett and Hanning.
 The magnitude and phase plot of both the filters was plotted using scilab. In this method, the desired impulse response is multiplied with window function w(n) to obtain h(n) which after Z-transfrom  gave H(z). The phase  plot being linear, there will be no distortion at the output.
We learnt that Hamming Window function gives more attenuation in stop band than Hanning window, hence it is a better window function.

CHEBYSHEV FILTER DESIGN

Experiment No.6

we observe that the filter has equiripple behavior in passband and monotonic behavior in stopband 
Order of the butterworth filter is lower than butterworth and transition band is narrow than butterworth filter 
We searched for inbuilt code to plot magnitude response. We tried different function and finally we got its function to plot magnitude response as"cheb1mag".
We performed both low pass filter and high pass filter design of chebyshev filter.

DIGITAL BUTTERWORTH FILTER DESIGN

Experiment No. 5

The butterworth filter design was done for Low Pass and High Pass. It was done with specific input parameters like As, Ap , Pass Band frequency, Stop Band Frequency and Sampling frequency. H(z) for each were calculated and so was the order of the filter. The theoretical and observed values were compared. Maginitude spectrum and pole zero plot was drawn and it was observed that butterworth filters are monotonic in its pass band and stop band.
It was noticed that the magnitude response smooth in both pass band and stop band. With higher order, the magnitude response became sharoer and started resembling the ideal filter more closely.