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.

Feature Extraction for classification

Status
Not open for further replies.

BMWE

Member level 2
Joined
Apr 4, 2005
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,585
I'm doing a project dealing with classification
I have database of 4 classes each class have number of samles
you can see the database here (matlab files - smps parameter): **broken link removed**


I've been asked to identify the features visually and then to estimate the distribution for each class. also it says that i can assume that the features vector is Gaussian.

i need help to identify the features and how to find the distribution function for each class.

I've guess about the features, but i don't know how letter to measure them
if i pass the data through the filter
Code:
BPfilter = fdesign.bandpass(.40,.47,.53,.60,80,1,80);
BandPassFilt = design(BPfilter, 'equiripple');
i get something similar to speech.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top