Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

first Mini dsp Project using matlab and books

Status
Not open for further replies.

by.huseyin2046

Newbie level 3
Joined
Dec 31, 2013
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
21
i have basic knowledge of matlab and took signal and system course. i want to do project like below.
but dont know filter on matlab.
are there any books i can learn fft commands etc.(dft, filter,signal system projects).

i skimmed lot of dsp books but they have just theoretical information and not practical.


aaaaa.jpg

Thanks
(sorry about my english)
 

If u have a matlab, u can simply type "help <command_name>" and get all details of the command. For frequency domain, u need to use FFT. A simple radix-2 FFT is good enough for understanding and implementation. All the functions are already given in MATLAB.
Usually during design, i use z-transform to find the TF of filter. for e.g. u need a TF of LPF which has cut off of 2kHz as all the voice data ranges from 100 to 1000Hz. After finding the analog equation, u can simply find s-transform and use s to z domain conversion function in matlab. Now, use the compensator to control behaviour of filter. U can find the fft after converting z domain to time domain and use fft. And simple multiply fft of filter and data. Remember to use normalized filter i.e. the values of LPF coefficients should be between or equal to 0 and 1.

Hope that helps.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top