Tutor Quora

ME502 Overview Of Digital Communications

Academic Anxiety?

Get an original paper within hours and nail the task

156 experts online

Free Samples

ME502 Overview Of Digital Communications

.cms-body-content table{width:100%!important;} #subhidecontent{ position: relative;
overflow-x: auto;
width: 100%;}

ME502 Overview Of Digital Communications

0 Download8 Pages / 1,848 Words

Course Code: ME502
University: Melbourne Institute Of Technology

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Question:

Assignment Description:
The purpose of this assignment is to motivate students to seek application of waveform coding techniques for digital audio transmission and digital audio recording. The assignment has two parts: Part A and Part B.
Part A: Implementation of µ-law and A-law Compander
Most modern communications systems operate in the digital domain for various reasons. However, most practical signals handled by these systems are naturally analogue in nature. Thus, an interface is needed between the signals and the systems handling them. This interface is called analogue-to-digital converter (ADC) and it’s reciprocal, digital-to analogue converter (DAC). The three main functions of the ADC are sampling, quantization and encoding.
Requirements

Implement nonlinear quantizers µ-law and A-law compander in MATLAB/Simulink and compare the results. Matlab/Simulink code is required to be included in the report.

Prepare a report incorporating theories behind non-uniform quantization. Report should include comparison result and its interpretation from the simulation.

Part B: Source Coding in Digital Audio Systems
Digital audio has become an integral part of our lives. Nearly all of the transmission of speech signals over telephone channels is currently digital. Moreover, digital audio recording in the form of compact disks (CDs) has become very popular. This assignment exposes the student to real world applications of digital communication in digital audio transmission and recoding. Therefore, the student shall acquire skills to understand the real world requirements, critically review the existing techniques and write a technical report based on his or her investigation.
Requirements
The student needs to address the following three areas:
a) Requirement analysis: student is required to analyze the following for digital audio in telephone transmission systems:
Bandwidth of speech signals and the required sampling rates to avoid aliasing Required number of bits per sample to achieve voice quality in telephony
b) In addition, student is also required to analyze the following for digital audio recording:
Bandwidth of high quality audio and the required sampling rates
Required number of bits per sample to achieve a high signal to quantization noise level for high quality audio.

Investigation of current methods: student is required to review and analyze waveform-coding techniques used in digital audio transmission and recording at present. At least PCM and DPCM methods need to be covered.

Answer:

Part A
Nonlinear quantizes µ-law and A-law compander in MATLAB
A-Low Compander:
This type of non-linear quantization is used in Europe and in which sample bit value is equal to 12 bit. It is defined by an equation which is given below in which A is a compression constant and for Europe value of A is equal to 87.7.

Where x- normalized integer value, and A- compression parameter
According to characteristics of this commander when the value of A=1, we investigated that there is no compression in the input waveform [2]. After that A-low has mid-riser at the value origin and it consists of non-zero value. This type of companding is used in the PCM digital audio system and we can use this technique to avoid the problem of aliasing into input data signals.

Figure: A-low compander characteristics
(Source: By Author)
MATLAB code
Data = 2:2:12;
Compressed = compand(data,255,max(data),’mu/compressor’)
Expanded = compand(compressed,255,max(data),’mu/expander’)
Output
Compressed = 1×6
8.1644    9.6394   10.5084   11.1268   11.6071   12.0000
Expanded = 1×6
2.0000    4.0000    6.0000    8.0000   10.0000   12.0000
Μ-Law Compander
This type of technique is used by United State and Japan and data bit of this compander is equal to 13 bit. The value μ is given by 255 for US and Japan and it is defined by f(x) which is given below.

According to characteristics of this process at u=0, we detected that the characteristics are linear that shows a uniform quantization. At u= 255, it shows a non- uniform quantization which can be used in the PCM technique. Through this process, we can convert the analog signal into digital signals and we observed that the shape of waveform change according to the value of u.

Figure: Characteristics of Μ-Law Compander
(Source: by author)
MATLAB Code
Data = 1:5;
Compressed = compand(data,87.6,max(data),’a/compressor’)
Expanded = compand(compressed,87.6,max(data),’a/expander’)
Output
Compressed = 1×5
    3.5296    4.1629    4.5333    4.7961    5.0000
Expanded = 1×5
    1.0000    2.0000    3.0000    4.0000    5.0000
Non- uniform Quantization
Quantization is a process to convert the analog signal into digital signals and which is used in a digital communication system. The main difference between uniform and non-uniform quantization is that non-uniform quantization has unequal step size. This is an advanced version of uniform quantization which reduced the rate of quantization errors [4]. In any communication system signal or data transfer from a transmitter to a receiver in which input signals are in the form of analog that increases distortion and interference. Therefore, the quantization process is used to convert this signal into digital signals [5].
The first step of this process is to sample the data at given intervals and if the sampling time is Ts than sampling frequency is given by 1/Ts. Next step is that quantization in which signal converts into discrete signals and quantize output depends upon a number of quantization level [5].

Figure: Non-uniform quantization
(Source: Ouyang, Han, Fang and Liu, 2018)
In this process step size change with time which can reduce quantization error and after quantization technique encoding process starts in which signal convert into binary codes [6].
MATLAB Code
time = linspace(-1,1,1000);
Q=4;
Qu = round(time*2^Q)/2^Q;
S =  @(x) sign(x).*sqrt(abs(x));
Sinv =  @(x) sign(x).*(x.^2);
mu = 2^5-1;
S =  @(x) sign(x).*log(1+mu*abs(x))/log(1+mu);
Sinv =  @(x) sign(x).*((1+mu).^abs(x)-1)/mu;
Qnu = sign(time).*Sinv(round(S(abs(time))*2^Q)/2^Q);  
subplot(2,2,1)
plot(time,S(time));
xlabel(‘Sigmoid function’)
subplot(2,2,2)
plot(time,Qu);
xlabel(‘Uniform quantization’)
subplot(2,2,3)
plot(time,Sinv(time));
xlabel(‘Inverse sigmoid function’)
subplot(2,2,4)
plot(time,Qnu);
xlabel(‘Non-uniform quantization’)
Output

(Source: By Author)
Comparison between uniform quantization and non-uniform quantization

Uniform Quantization

Non-Uniform Quantization

Step size is equals

Step sizes are unequal

It is divided into two parts such as mid-tread and mid-rise quantization

Does not categorize

Increase rate of quantization error

Reduce quantization error

Part B
(a) Digital Audio Systems
Digital audio is defined as a communication system which is used to communicate with another person through the digital communication system. In which electric signal converts into digital signal where the audio signal is encoded into binary code [6]. Generally, a compact disk is used as a digital audio system in which 16-bit data can be transmitted over 44.1 thousand SPS. In the digital audio system, ADC and DAC both technologies are used and pulse code modulation is a process which is used in digital audio signals. Digital to analog converter is used to convert the digital signal into an analog signal which is in form of the voice signal [6]. DAC is used to reduce distortion and energy losses from input signals and audio power amplifier is a part of the digital system which increases the strength of the input signal.
The bandwidth of speech signal is between 50 Hz and 10 KHz which is very sufficient to transmit the audio signal from transmitter to receiver. In digital communication, any analog signal converts into digital with the help of sampling and quantization process. In digital audio signal first analog signal converted into a digital signal by using analog to digital converter after that encoding process is done and signal transferred from transmitter to receiver [7].
Aliasing is a very big problem in a digital audio system which can be reduced by sampling rate and it is observed that 20 KHz sampling rate is enough to reduce the problem of aliasing into speech signals [7]. In digital audio when an analog signal transmitted from one location to another than many problems can occur like distortion, interference and signal losses and we can avoid this problem by adopting digital communication.
Around 8 bit per sample can be used to achieve voice quality in digital audio because 8-bit data can be easily transmitted in digital communication and bandwidth of speech signal is between 300 Hz and 3.4 KHz. Through which we can avoid many distortion and interferences in speech signals and we can reduce the problem of aliasing in telephone signals [7].
(b) Digital Audio Recording
In digital recording, audio information or data can be received by the transducer and any microphone system and the video signal can be received by camera or another signalling process [8]. In this digital system encoding and decoding processes are used and encoding is used to encode analog signal into digital and decode is used to convert the digital signal into analog.
Steps

The analog signal transmitted from transmitter to ADC converter
ADC system converts the analog signal into digital signal and produces a binary code
The sampling rate is used to determine the level of analog signal waveforms
After that this binary code transferred from one user to another with the help of the transmitter
At the end of receiver digital to analog converter that provides original signal or information [8].

The bandwidth of high-quality audio is between 20 Hz and 20 KHz in this we can produce a high-quality signal and the user can receive more effective data or information [9]. If we use quantization and amplifier process in the digital audio process then we can avoid the problem of aliasing and distortion losses.
The sampling rate of high-quality audio signals is around 44.1 KHz and it is observed that this sampling can be used to reduce the problem of aliasing in digital communication technology [8].
12 bit per sample is enough to produce a high-quality signal and we can use 8 bit per sample for the digital audio signal [9]. 12 bit means we send 12-bit data at a time through which people can increase the overall performance of communication systems.
Waveform coding technique
It is a process which is used to convert one form of the data signal into another form of signal. Analog communication cannot produce an efficient output signal that produces many distortion and interferences [9]. Digital communication is a very popular process which can avoid the problem of analog communication. There are main two methods involve into waveform coding technique such as PCM and DPCM.
PCM method
PCM is a pulse code modulation which is used to convert the analog waveform into binary code that is 0 and 1 [8]. This technique produces a binary output and it is used in digital communication to avoid the problem of distortion.  

Figure: PCM quantization
(Source: Ouyang, Han, Fang and Liu, 2018)
In this method, the message signal is represented into the form of the analog waveform and in which sampler is used to convert the analog signal into digital waveform after that quantization converts the digital signal into samples.

Figure: PCM process
(Source: Ouyang, Han, Fang and Liu, 2018)
DPCM method
DPCM is a differential pulse code modulation which is an advanced version of PCM and it reduced the problem of aliasing and quantization error.

Figure: DPCM method
(Source: Ouyang, Han, Fang and Liu, 2018)

Figure: DPCM receiver
(Source: Ouyang, Han, Fang and Liu, 2018)
DPCM consist of quantizer and predictor circuit and quantizer is used to divide the digital signal into sample bits. Predictor circuit is used to predict the previous signal that avoids the problem of interference into output signals [10].
 
References

H. Purnhagen and P., Ekstrand, “Dolby International AB.” Non-uniform parameter quantization for advanced coupling. U.S. Patent Application 15/584,534, 2017.
L., Zhang, X., Pang, O., Ozolins, A., Udalcovs, R., Schatz, U., Westergren, G., Jacobsen, S., Popov, L., Wosinska, S. Xiao and W., Hu, “Digital mobile fronthaul employing differential pulse code modulation with suppressed quantization noise.” Optics Express, 25(25), pp.31921-31936, 2017.
M., Pagan, J. Becker and M., Ortmann, “Evaluation of spike sorting and compression for digitally reconfigurable non-uniform quantization.” In New Circuits and Systems Conference (NEWCAS), 2017 15th IEEE International, 12, pp. 177-180, 2017.
M., Tlili, A., Maalej, M., Ben, M.C., Bali, F., Rivet, D. Dallet and C., Rebai, “Level-crossing ADC modeling for wireless electrocardiogram signal acquisition system.” In the Instrumentation and Measurement Technology Conference Proceedings (I2MTC), 2016 IEEE International, 19, pp. 1-5, 2016.
P.N., Alevizos, X., Fu, N., Sidiropoulos, Y. Yang and A., Bletsas, “Non-uniform directional dictionary-based limited feedback for massive MIMO systems.” In Modeling and Optimization in Mobile, Ad Hoc, and Wireless Networks (WiOpt), 2017 15th International Symposium on, 15, pp. 1-8, 2017
R., Amirtharajan, B.G.P., Reddy, G., Chandramowliswaran, S., Hemamalini, P., Rajalakshmi, G.U. Priyanka and P., Raman, “A novel audio steg for secret communication.” In Communications and Signal Processing (ICCSP), 2014 International Conference on, 12,pp. 251-254, 2014.
S., Ouyang, G., Han, Y. Fang and, W., Liu, “LLR-Distribution-Based Non-Uniform Quantization for RBI-MSD Algorithm in MLC Flash Memory.” IEEE Communications Letters, 22(1), pp.45-48, 2018.
S.S. Joseph and G., Ramu, “Performance evaluation of basic compression methods for different satellite imagery.” Indian Journal of Science and Technology, 8(19), p. 24, 2015.
W.H., Xu, X.H. You and C., Zhang, “Efficient deep convolutional neural networks accelerator without multiplication and retraining.” In Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 18, pp. 1-5, 2018.
X., Ren, H. Feng and K., Shen, “Design of Digital Voice Storage and Playback System.” Current Electronics and Telecommunications, 1(1), pp. 125-167, 2018.

,

Free Membership to World’s Largest Sample Bank

To View this & another 50000+ free samples. Please put
your valid email id.

E-mail

Yes, alert me for offers and important updates

Submit 

Download Sample Now

Earn back the money you have spent on the downloaded sample by uploading a unique assignment/study material/research material you have. After we assess the authenticity of the uploaded content, you will get 100% money back in your wallet within 7 days.

UploadUnique Document

DocumentUnder Evaluation

Get Moneyinto Your Wallet

Total 8 pages

PAY 5 USD TO DOWNLOAD

*The content must not be available online or in our existing Database to qualify as
unique.

Cite This Work
To export a reference to this article please select a referencing stye below:

APA
MLA
Harvard
OSCOLA
Vancouver

My Assignment Help. (2020). Overview Of Digital Communications. Retrieved from https://myassignmenthelp.com/free-samples/me502-overview-of-digital-communications/source-coding-implementation-using-matlab.html.

“Overview Of Digital Communications.” My Assignment Help, 2020, https://myassignmenthelp.com/free-samples/me502-overview-of-digital-communications/source-coding-implementation-using-matlab.html.

My Assignment Help (2020) Overview Of Digital Communications [Online]. Available from: https://myassignmenthelp.com/free-samples/me502-overview-of-digital-communications/source-coding-implementation-using-matlab.html[Accessed 18 December 2021].

My Assignment Help. ‘Overview Of Digital Communications’ (My Assignment Help, 2020) accessed 18 December 2021.

My Assignment Help. Overview Of Digital Communications [Internet]. My Assignment Help. 2020 [cited 18 December 2021]. Available from: https://myassignmenthelp.com/free-samples/me502-overview-of-digital-communications/source-coding-implementation-using-matlab.html.

×
.close{position: absolute;right: 5px;z-index: 999;opacity: 1;color: #ff8b00;}

×

Thank you for your interest
The respective sample has been mail to your register email id

×

CONGRATS!
$20 Credited
successfully in your wallet.
* $5 to be used on order value more than $50. Valid for
only 1
month.

Account created successfully!
We have sent login details on your registered email.

User:

Password:

Have you ever considered availing online essay writing service to get the best support on argumentative essay topics? If your answer is yes, then let us tell you that MyAssignmenthelp.com tops the rank when it comes to online academic writing help. If you ever face any trouble regarding argumentative essay writing, contact us. Our team of 5000+ academic writers is always active to help you with all kinds of argumentative topics. Moreover, you can easily check essay samples our writers to understand the basics of argumentative writing.

Latest Management Samples

div#loaddata .card img {max-width: 100%;
}

MPM755 Building Success In Commerce
Download :
0 | Pages :
9

Course Code: MPM755
University: Deakin University

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Answers:
Introduction
The process of developing a successful business entity requires a multidimensional analysis of several factors that relate to the internal and external environment in commerce. The areas covered in this current unit are essential in transforming the business perspective regarding the key commerce factors such as ethics, technology, culture, entrepreneurship, leadership, culture, and globalization (Nzelibe, 1996; Barza, 2…
Read
More

SNM660 Evidence Based Practice
Download :
0 | Pages :
8

Course Code: SNM660
University: The University Of Sheffield

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: United Kingdom

Answers:
Critical reflection on the objective, design, methodology and outcome of the research undertaken Assessment-I
Smoking and tobacco addiction is one of the few among the most basic general restorative issues, particularly to developed nations such as the UK. It has been represented that among all risk segments smoking is the fourth driving purpose behind infections and other several ailments like asthma, breathing and problems in the l…
Read
More
Tags:
Australia Maidstone Management Business management with marketing University of New South Wales Masters in Business Administration 

BSBHRM513 Manage Workforce Planning
Download :
0 | Pages :
20

Course Code: BSBHRM513
University: Tafe NSW

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Answer:
Task 1
1.0 Data on staff turnover and demographics
That includes the staffing information of JKL industries for the fiscal year of 2014-15, it can be said that the company is having problems related to employee turnover. For the role of Senior Manager in Sydney, the organization needs 4 managers; however, one manager is exiting. It will make one empty position which might hurt the decision making process. On the other hand, In Brisba…
Read
More

MKT2031 Issues In Small Business And Entrepreneurship
Download :
0 | Pages :
5

Course Code: MKT2031
University: University Of Northampton

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: United Kingdom

Answer:
Entrepreneurial ventures
Entrepreneurship is the capacity and willingness to develop, manage, and put in order operations of any business venture with an intention to make profits despite the risks that may be involved in such venture. Small and large businesses have a vital role to play in the overall performance of the economy. It is, therefore, necessary to consider the difference between entrepreneurial ventures, individual, and c…
Read
More
Tags:
Turkey Istanbul Management University of Employee Masters in Business Administration 

MN506 System Management
Download :
0 | Pages :
7

Course Code: MN506
University: Melbourne Institute Of Technology

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Answer:
Introduction
An operating system (OS) is defined as a system software that is installed in the systems for the management of the hardware along with the other software resources. Every computer system and mobile device requires an operating system for functioning and execution of operations. There is a great use of mobile devices such as tablets and Smartphones that has increased. One of the widely used and implemented operating syste…
Read
More
Tags:
Australia Cheltenham Computer Science Litigation and Dispute Management University of New South Wales Information Technology 

Next

Need an essay written specifically to meet your requirements?

Choose skilled experts on your subject and get an original paper within your deadline

156 experts online

Your time is important. Let us write you an essay from scratch

Tips and Tricks from our Blog

11174 Introduction To Management

Free Samples 11174 Introduction To Management .cms-body-content table{width:100%!important;} #subhidecontent{ position: relative; overflow-x: auto; width: 100%;} 11174 Introduction

Read More »