Jump to content
Electronics-Lab.com Community

filter realization help


maduba12001

Recommended Posts

I need a help with filter realization. I dont understand how this works. This is a multiply and accumulate filter, I dont understand why cof[0] constant is multiplied, here is the code cof is the filter coefficients and sample is the samples. Any help with this very appreciated. Thank you

 

Link to comment
Share on other sites


  • 1 year later...
On 5/14/2020 at 2:05 AM, HarryA said:

It looks similar to:

y[n]=0;

for(i=0; i<n; i++)

y[n] += x * b;

see:

http://pdfserv.maximintegrated.com/en/an/AN3386.pdf

What language is that? Never seen this spy apps and (long long) before. Perhaps like a double in C ?

This is the only integer data type in Visual C++. This data type has only been granted rights in recent versions of C++.

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
  • Create New...