3-minute song is sampled at 44.1 KHz with 65,536 quantization levels in mono (one
channel). How big would the mp3 be given an mp3 is 1/11 of the uncompressed size?
3 minutes = 3 * 60 seconds = 180 seconds
Sampling rate = 44.1 KHz = 44100 Hz
Quantization levels = 65,536 = 216
So, bits required to represent 65,536 quantization levels = 16
Number of channel = 1 (mono)
File size = ( sampling rate * bits per sample * channel number * duration ) bits
= (44100 * 16 * 1 * 180) bits = 127008000 bits = 15876000 Bytes = 15503.906 KB = 15.14 MB
So, the uncompressed size of the mp3 file is 15.14 Megabytes (approximately).
With 11:1 compression ratio the mp3 file size will be = (15.14/11) MB = 1.376 MB
So, the compressed size of the mp3 file is 1.376 Megabytes (approximately).
Hope this helps.
3-minute song is sampled at 44.1 KHz with 65,536 quantization levels in mono (one channel). How...
A person is recording a song on their computer, using a sampling rate of 48 kHz with each sample having a size of 2 bytes. i.How many bits are in each sample? ii.How many bits per second are processed while the song is being recorded? Write your answer in scientific notation. iii.If the song is 3 minutes and 14 seconds long, how many bits are processed in total? Write your answer in scientific notation. iv.If the song had been recorded...
Quantization. A continuous time signal is to be sampled at a sampling rate 8kHz. It is a voltage signal that varies between 10 and -10 V. We would like the quantization noise variance to be no more than 0.09. a) Design an efficient uniform quantizer that satisfies the quantization noise variance condition. For this tell me the step size, whether it is a mid-tread or mid-riser quantizer. Tell me how many levels your quantizer has. (6 marks) b) The quantized...
(a) A noiseless 4 kHz channel is sampled every 1 msec and each sample is either a 0 or 1. What is the maximum data rate? How does the maximum data rate change if the channel is noisy, with a signal-to-noise ratio of 30 dB? (b) A CDMA receiver gets the following chips: (-1 +1 -3 +1 -1 -3 +1 +1). The chip sequences of each station is shown as follows. A = ( -1 -1 -1 +1 +1 -1...
A 1-kHz sine wave is sampled at 1.5 kHz. What is the expected alias frequency (5 points) 1. A certain length measurement is performed 500 times. The mean value is the error in the measurement, how many readings fall within 5.15cm of the 3. The lighting department of a city has installed 2000 electric lamps with an a. After what period of lighting hours would we expect 10% of the lamps b. How many lamps may be expected to fail...
1. How many bits are required to represent a waveform in 4000 discrete levels? 2. An audio CD can contain 80 minutes of stereo (two independent) audio tracks. Each track is sampled with 16-bit samples at 44.1 kHz. How much audio information, in bytes, is stored on an audio CD? 3. Assume a 4-bit successive approximation A/D with VREF+ = 4V and VREF– = 0V. Calculate the 4-bit output code (in hex) if the input voltage is 1.8V. 4. A...
Question 3 Given your knowledge of the Wharton Reaction how would you convert the molecule on the left to the one on the right and what is the mechanism? op HO THE BIG BONU S QUESTION IS HOW WOULD YOU MAKE THE STARTING MATERIAL ON THE LEFT?
Question 3 Given your knowledge of the Wharton Reaction how would you convert the molecule on the left to the one on the right and what is the mechanism? op HO THE BIG...
120Spring%20Exam%201%20(1).pdf 1. Based on the Hornbostel-Sachs classification system, how would each of the following instruments be classified and why? (2 points each, for a total of 6 points) A Guitar B Trombone c. A metal cymbal. Fill in the blank. (1 point each blank, for a total of 4 points) 3. One way of showing rhythmic emphasis is (the playing of one note louder than the rest 4. Increasing volume in a gradual manner is called 5. The which is...
MATLAB code help!
Function Name: chemTimer Inputs: 1. (double) The current position of the hour hand 2. (double) The current position of the minute hand 3. (double) A positive or negative number of minutes Outputs: 1. (double) The position of the hour hand after the specified time 2. (double) The position of the minute hand after the specified time Background: Oh no, you were running late to your Chem lab and completely forgot your reaction timer! It's a good thing...
Suppose the salinity of water samples taken from 3 new and separate sites in the Bimini Lagoon was measured with the results given below: Site 1: 49.59 49.60 54.11 50.06 47.42 45.40 42.32 Site 2: 54.66 54.67 59.74 55.19 52.22 49.95 46.50 54.69 54.95 45.04 54.88 54.02 Site 3: 45.65 45.66 50.72 46.18 43.22 40.95 37.50 45.68 45.94 36.05 45.87 Basic Statistics for the 3 samples: Level N Mean SD 1 7 48.36 3.77 2 12 53.04 4.07 3 11...
NOTE: You are NOT required to write a program for this problem. We wish to determine whether at least one three-of-a-kind exists in a hand of N cards, where a three-of-a-kind is three of the same value. Assume the cards have values 1 – 13. For example, the hand with card values {11, 5, 11, 5, 5} does have at least one three-of-a-kind. For each of the following algorithms (A and B), find the simplified total Big-O run time as...