Create all primitive signal and sound them using Visual Studio and C#
- Sine
- Triangle
- Square
- Sawtooth
- Implusle with different duty cycle
Determine the period of the signal by taking count of points and calculate signal haracteristics.
Decompose the signal into Fourier series. Show the Amplitude and Phase spectrums of the signal. Create Low Frequency and High Frequency Filters.
Create a smoothing to the signal to remove the noises and other not necessary elements from it.
Methods:
- Average arithmetic window.
- Parabola in 4 degree.
- Median Filtering window.
- Filtering the image with 2D Median filtering windows to remove noises and other not necessary elements from it.
- Bluring a picture using Gauss filter.
- Show a countour of the picture using Sobel filter.