Hello Everyone
I was wondering if anyone out there has implemented (or tied to) an IBIS AMI model of an AGC feedback loop. If so (and you are willing to share), I am having some speed issues that I could use help solving.
In short, does anyone have experience using fft sample by sample using internal states(e.g. choosing how many samples to track)? I.e. similar to how veriloga does it. Note: I am doing this in C, not Matlab.
Details:
Right now my loop updates the AGC coeffients ( 3 to be exact, for 3 EQ stages ) 1 per sample (maybe I should do once per bit?). This means that the 2nd and 3rd stage inputs change if the 1st AGC coeff changes, meaning I have to revaluate the outputs of the 2nd and 3rd linear stages using fft in AMI GetWave instead of AMI init. To help speed this up, I am opting for convolution for simple low pass filters, however I still need the fft for the linear EQ.
Source for any fucntion is avaible at any time for review or re-use (though I wouldn't ever consider myself a software engineer).
Best Regards,
Eric
This communication contains confidential information intended only for the addressee(s). If you have received this communication in error, please notify us immediately and delete this communication from your mail box.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------------------------------------------------------------- |For help or to subscribe/unsubscribe, e-mail majordomo@eda-stds.org |with the appropriate command message(s) in the body: | | help | subscribe ibis <optional e-mail address, if different> | subscribe ibis-users <optional e-mail address, if different> | unsubscribe ibis <optional e-mail address, if different> | unsubscribe ibis-users <optional e-mail address, if different> | |or e-mail a request to ibis-request@eda-stds.org. | |IBIS reflector archives exist under: | | http://www.eda-stds.org/pub/ibis/email_archive/ Recent | http://www.eda-stds.org/pub/ibis/users_archive/ Recent | http://www.eda-stds.org/pub/ibis/email/ E-mail since 1993Received on Wed Jun 9 08:15:32 2010
This archive was generated by hypermail 2.1.8 : Wed Jun 09 2010 - 08:16:17 PDT