DRE 2213 – Prog and Data Structure – Week 5

Hi DRE-ian,

The past 5 weeks, you’ve created your version of Slider Game. Throughout the development process, you’ve code the following in Python environment:-

  1. Game Window Properties (object oriented approach)
    1. Basic Programming Concepts in Python
    2. control statements
  2. Player Character Description,
    1. Programming Relevance – Python Basics
    2. Function Implementation
    3. Control Flow
  3. Player Movement Logic
    1. Programming Constructs
    2. Enemy Properties
    3. Programming Integration
  4. Enemy Behavior
    1. Scoring Logic
    2. Programming Elements
  5. Game Scoring Mechanism
    1. Logic Implementation
    2. Timing Systems,
    3. Data Structures

Wishing you all the best everyone in TEST 1 =)

Also, remember to submit your Assignment 1  – assessment between Nov 8th –  18th.

Movie Review 2023/5 – Yes It Could!

 

Semalam layan tgk movie ni dengan Baem. Best. A Disney documentary of Abby Road Studios – a name synonymous with musical legends, innovation, and timeless melodies. Nestled in the heart of London, this iconic studio has been a witness to over a century of musical history.

Narrated by Maria McCarthy, the daughter of the legendary Paul McCartney of The Beatles, exploring the rich legacy of this hallowed space.

Abbey Road Studios has a history dating back to the early 1900s. Since its inception, it has been a stage for some of the most well-known UK artists and musicians, and this tradition continues today. The walls of the studio are imbued with the echoes of countless legendary performances and recordings, making it a pilgrimage site for music enthusiasts worldwide.

1 – Mic tak rosak 🙂

One of the fascinating insights from the documentary is the simple yet crucial factor that keeps artists coming back to Abbey Road Studios—the functioning microphones. It may sound basic, but it’s often the small details that make or break a recording. A studio’s ability to maintain top-notch equipment is pivotal, ensuring that the artists’ creativity can be translated into timeless music.

2 – Pengaruh EMI to the Electronic Music Industry

The documentary focuses the role of Abbey Road Studios in the evolution of the electronic music industry. EMI, a renowned electronic music company, utilized the studio to produce records that reverberated worldwide. The fusion of cutting-edge electronics and music was a game-changer, and it’s a testament to the studio’s adaptability and innovation.

3 – Electronics and Innovation

The history of Abbey Road Studios underscores a broader truth about the world of invention. Electronics and engineering have played a pivotal role in transforming various aspects of our lives. Whether it’s in the field of medicine, agriculture, or music, innovation is often driven by advancements in electronic technology.

In the case of music, the fusion of analog and digital technology has led to groundbreaking advancements, revolutionizing the way we create and consume music.

Abbey Road Studios is not just a place – it’s a symbol (a ritual – bak kata one of the producers) of the harmonious coexistence of history and innovation. It’s where legends are born, music is immortalized, and the march of progress is embraced. The simple yet profound allure of functioning microphones, combined with the studio’s role in the electronic music industry, exemplifies the ever-evolving relationship between technology and creativity. The world of music, like so many others, has been forever transformed by the magic that happens within the walls of Abbey Road Studios.

 

BTE 3233 Com System Design Laboratory – Amplitude Demodulation


1 – Understanding Amplitude Demodulation


In signal processing, amplitude modulation (AM) is a fundamental technique that allows us to transmit information by varying the amplitude of a carrier signal. In ths lab session – dedicated to demodulation, understanding the process of amplitude demodulation is crucial. This process, often referred to as “demodulating” or “detecting,” involves the extraction of the original message signal from a modulated carrier signal. In this blog post, we will explore the concepts and methods behind amplitude demodulation, providing valuable insights for your lab session.

The Basics of Amplitude Modulation
Before delving into amplitude demodulation, let’s briefly revisit the concept of amplitude modulation. AM is a modulation technique that superimposes a message signal onto a carrier signal by varying the carrier’s amplitude in accordance with the message signal. This modulation process enables the transmission of analog information, such as audio signals, over radio waves.


2 – The Need for Demodulation
After transmission, the receiver needs to extract the original message signal, from the modulated carrier signal. This is where demodulation comes into play. The demodulation process is essential for various applications, including radio broadcasting, radar systems, and more.

3 – Amplitude Demodulation Techniques
Amplitude demodulation is the process of retrieving the original message signal from an AM-modulated carrier signal. There are several methods to accomplish this task, and we’ll explore two common techniques:

4 – Envelope Detection
Envelope detection, also known as diode detection, is a straightforward method for demodulating AM signals. It relies on the fact that the envelope of an AM signal is proportional to the message signal.

The modulated signal is rectified using a diode, which essentially removes the negative component of the signal.

The resulting rectified signal is then low-pass filtered to smooth out the high-frequency components introduced during rectification.

The output of the low-pass filter represents the envelope of the original message signal.

Envelope detection is simple but effective and is commonly used in AM radio receivers.

5 – Synchronous Detection
Synchronous detection, also known as coherent detection, is a more sophisticated demodulation technique. It requires knowledge of the carrier signal’s frequency and phase.

The received modulated signal is mixed with a local oscillator signal at the carrier frequency. This mixing process shifts the carrier frequency down to baseband, resulting in a complex signal.

The complex signal is then low-pass filtered to obtain the real part, which represents the demodulated message signal. Synchronous detection is often used in high-performance AM demodulation and is more immune to noise and interference.

As you delve deeper into your lab session, remember that practical experience and experimentation play a significant role in mastering amplitude demodulation. By combining theoretical knowledge with hands-on practice, you’ll be well-equipped to tackle real-world challenges in signal processing and communication systems.

In the next session, we’ll look into Double SideBand Modulation.