Technical discussion about Matlab and issues related to Digital Signal Processing.
|
Hai, I am doing project on FSK detection using correlation detector.i stuck on integration part.i am getting discrete values.but in built funciton "int" in mat lab is continuous function..so i need help on this part..how can i use integrator for discrete values. please help me..amd mail me thanks |
|
|
|
Hi Sumanth,
The definition of a
integration is the summation of all the values in the range specified or the area under a curve
for a given range. So, if u want to perform integration either in continuous or discrete sense,
it is just a mere summation of all the values in that range. If u want to integrate a function
containing discrete values, u can just add all the values in that function, by using 'sum'
function in matlab over the entire values you have generated.
Cheers,
Sivakanth.
sumanth <p...@yahoo.com> wrote:
__________________________________________________ |
|
Sumanth, Isn't Summation in discrete domain equal to integration in analog domain. Hope this helps Tarang On Tue, 16 Nov 2004 20:04:13 -0000, sumanth <> wrote: > Hai, > I am doing project on FSK detection using correlation detector.i > stuck on integration part.i am getting discrete values.but in built > funciton "int" in mat lab is continuous function..so i need help on > this part..how can i use integrator for discrete values. > please help me..amd mail me > thanks > _____________________________________ > /groups.php3 > > Yahoo! Groups Sponsor > > ADVERTISEMENT > ________________________________ > Yahoo! Groups Links > > To |
|
chek out xcorr in matlab Mandar --- Venkata S Telasula <> wrote: > Hi Sumanth, > > The definition of a integration is the summation of all > the values in the range specified or the area under a curve for a > given range. So, if u want to perform integration either in > continuous or discrete sense, it is just a mere summation of all > the values in that range. If u want to integrate a function > containing discrete values, u can just add all the values in that > function, by using 'sum' function in matlab over the entire values > you have generated. > > Cheers, > Sivakanth. > > sumanth <> wrote: > Hai, > I am doing project on FSK detection using correlation detector.i > stuck on integration part.i am getting discrete values.but in built > > funciton "int" in mat lab is continuous function..so i need help on > > this part..how can i use integrator for discrete values. > please help me..amd mail me > thanks > _____________________________________ > /groups.php3 > Yahoo! Groups SponsorADVERTISEMENT > --------------------------------- > Yahoo! Groups Links > > To > __________________________________________________ > ">http://mail.yahoo.com ===== ------------------------------------- Its not life that weighs us down, Its how we carry it. ------------------------------------ __________________________________ |