返回卡包市场

Week 8 Sound

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 11内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (11 张)

#1
正面 (问题)

Analogue data

背面 (解答)

Data that varies in a continuous manner e.g. sound

#2
正面 (问题)

Digital data

背面 (解答)

Data that takes the form of discrete values

#3
正面 (问题)

Principles of operation of an ADC [3]

背面 (解答)

• Samples of the analogue signal are taken at regular intervals; • The amplitudes of the samples are quantised. An integer number is given to approximate the amplitude of the wave; • Each integer value is encoded as a binary value.

#4
正面 (问题)

Principles of operation of a DAC [2]

背面 (解答)

An analogue voltage is created equivalent to the bit value of the samples; The voltages are passed through a filter to smooth the transition between voltage levels.

#5
正面 (问题)

Sampling Rate

背面 (解答)

The number of samples that are taken per second

#6
正面 (问题)

Sampling Resolution

背面 (解答)

The number of bits used per sample

#7
正面 (问题)

Frequency

背面 (解答)

Number of waves (passing through a point) per second

#8
正面 (问题)

Nyquist’s Theorem

背面 (解答)

The sampling rate must be at least twice the rate of the highest frequency in the original sound; This theorem gives us the minimum sampling rate.

#9
正面 (问题)

Describe how music is represented using MIDI. [2]

背面 (解答)

• Music represented as a sequence of MIDI events / instructions; • Playback is a combination of event messages in a specified order; • Examples of data: Channel, Note on/off, Pitch/frequency/note number, Volume/loudness, Velocity, Key pressure/aftertouch, Duration, Instrument; • MIDI messages are 2–3 bytes long; • First byte is a status byte (others are data bytes); MSB=1 indicates status byte, 0 indicates data bytes;

#10
正面 (问题)

Explain two advantages of using MIDI instead of sampled sound to represent music. [2]

背面 (解答)

• File sizes are smaller / more compact representation; • Easy to modify or edit at note level; • Easy to change instruments; • Simple to compose algorithmically; • Musical score can be generated directly; • Records musician’s inputs, not sound; • No data lost through sampling; • Better quality (no noise / no sampling error).

#11
正面 (问题)

Equation for calculating sound file size in bits

背面 (解答)

Sampling resolution x Sampling rate x Length (seconds)