electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

getting coefficiency of FFT spectrum use matlab


Post new topic  Reply to topic    EDAboard.com Forum Index -> Software Problems, Hints and Reviews -> getting coefficiency of FFT spectrum use matlab
Author Message
pokyeah85



Joined: 08 Oct 2007
Posts: 1


Post09 Nov 2007 16:58   

getting coefficiency of FFT spectrum use matlab


hello.. i am noob in using matlab.. and i try to find many source and coding d. but still donno how to get the FFT co-efficiency using cheby2.

i record my voice in .wav and i try to get the co-efficiency of the fft frequency spectrum. below is some of my coding. I not sure correct or not, if got any wrong pls tell me. i will correct it.

[m d] = wavfinfo('C:\Documents and Settings\Pok\My Documents\GO2');
>> y = wavread('C:\Documents and Settings\Pok\My Documents\GO2');
>> [y,Fs,bits] = wavread('C:\Documents and Settings\Pok\My Documents\GO2');
>> Fs=4000;
bits=8;
x=fft(y,128);
freqz(x,8000);

Fs i change to 4000, and fft with 128 samples. And my question is i try to line it to the below code to get the co-efficiency. Thank you.

[B1,A1] = cheby2(2,40,0.1);
scaleb1 = round(B1.*256)
scaleb1 = scaleb1./256;
scalea1 = round(A1.*256)
scalea1 = scalea1./256;
Back to top
Google
AdSense
Google Adsense




Post09 Nov 2007 16:58   

Ads




Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Software Problems, Hints and Reviews -> getting coefficiency of FFT spectrum use matlab
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
spectrum analysis with the fft basics and Matlab 4 begineers (12)
FFT spectrum (1)
.FFT spectrum analisys (2)
Oscilloscope FFT vs. Spectrum Analyzer (3)
Spectrum Analyzer - Complex FFT? (2)
Help to analyze FFT spectrum (1)
Frequency Vs Magnitude Spectrum from FFT Theoritically (5)
Connecting a sine wave block to a fft spectrum (1)
how to using FFT to study the power spectrum? (8)
how to find frequency spectrum from fft function? (1)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS