User:GabrielaV: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 12: Line 12:
====Example====
====Example====


Find the first two orthogonormal polynomials on the interval [-1,1]
Find the first two orthonormal polynomials on the interval [-1,1]


1. What is orthogonormal?
1. What is orthonormal?
[http://cubex.wwc.edu/~frohro/wiki/index.php/Orthogonal_functions#Normalization]
[http://cubex.wwc.edu/~frohro/wiki/index.php/Orthogonal_functions#Normalization]


Line 38: Line 38:




5. Now that we know what the first two orthogonormal polynomials!
5. Now that we know what the first two orthonormal polynomials!


== Fourier Transform==
== Fourier Transform==

Revision as of 17:12, 16 November 2005

Welcome to Gabriela's Wiki page

Introduction

Do you want to know how to contact me or find out some interesting things about me? [[1]]

Signals & Systems

Example

Find the first two orthonormal polynomials on the interval [-1,1]

1. What is orthonormal? [2]

2. What is orthogonal? [3]

3. What is a polynomial? [4]

        
        

4. Now we can find the values for the unknown variables.



5. Now that we know what the first two orthonormal polynomials!

Fourier Transform

As previously discussed, Fourier series is an expansion of a periodic function therefore we can not use it to transform a non-periodic funciton from time to the frequency domain. Fortunately the Fourier transform allows for the transformation to be done on a non-periodic function.


In order to understand the relationship between a non-periodic function and it's counterpart we must go back to Fourier series. Remember the complex exponential signal? [5]

where

If we let

The summation becomes integration, the harmoinic frequency becomes a continuous frequency, and the incremental spacing becomes a differential separation.

The result is

The term in the brackets is the Fourier transfrom of x(t)

Inverse Fourier transform

How a CD Player Works

The first step on how a CD player works is that it reads from the CD.

The data then goes through the Digital to Analog Converter and it is convolved with .

[[6]]

The result is [[7]]

As you can see in the Frequency domain the final result does not appear to look like the original signal. Therefore we pass through a low pass filter to knock out the high frequencies and then it will be outputted through the speaker.


2x Oversampling

The benefit of using oversampling is that this allows for more samples to be taken so you have an accurate digital signal which means better sound.

We have [[8]]

but we want [[9]]

In order to get that we need to convolve it with

now we convolve with to then get and in the frequency domain it is [[10]] Now you only have to pass it through a low pass filter and you will have the original signal.


FIR Filter

FIR stands for finite impulse response and it is one of two digital signal filters used. The FIR has no feedback so eventually it will have new data and the old one will be thrown away. How the FIR works is that it convolves the data with

the result is

and if we let l/2 = n + m/2

the term in the brackets will be y(lT/2) and the new result is