Giter Club home page Giter Club logo

esraasadek's Projects

in-this-project-you-will-implement-a-very-simple-communication-systems-as-shown-in-the-following-fi icon in-this-project-you-will-implement-a-very-simple-communication-systems-as-shown-in-the-following-fi

In this project, you will implement a very simple communication systems as shown in the following figure. Here you try to send a sound file over a communication channel & then try to receiver it. Figure 1Block diagram of a communication system 1. Transmitter At the first stage, which is called the transmitter. You will enter your sound file and prepare it for the transmission over the channel. Requirement: - Play your sound file through Matlab - Plot your sound file in time domain and the frequency domain 2. Channel The channel has the following impulse response. At this stage, you will need to pass your sound message over the channel You have 4 options for the channel impulse response. 1. Delta function 2. exp(-2pi*5000t) 3. exp(-2pi*1000t) 4. The channel has the following impulse response Academic year: 2020 ­ 2021 Figure 2 channel impulse response Try the four different impulse responses for the channel and compare the effect of the first three ones on the sound signal. 3. Noise The program should have the ability to add noise (simply random signal) to the output of the channel The random signal generation is done as following Z(t) =sigma*randn(1,length(x)) Where x is a vector represents the output of the channel The user should enter the value of the sigma at this stage The output will be a Gaussian distributed noise with zero mean and standard deviation of sigma Requirement: - Play your sound file after adding noise - Plot your sound file in time domain and the frequency domain 4. Receiver In order to limit the effect of the noise, 1. You will construct an ideal low pass filter which has a cut off of 3400 KHz. The frequency response of the filter as shown in figure. 2. pass the noisy sound over the ideal filter Figure 3 frequency response of Ideal LPF Requirement: - Play the sound file after the filter - Plot the output sound file in time domain and the frequency domain

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.