Actual State of ADS Project
 So I had a little break because I'm in the middle of our Exam Phase.  But I want to give you an Update about my Progress of the ADS Embedded Project ( I think I Need a nicer and shorter Project Name).   DF2SOS Filter:  The Filter itself is now working perfect there is no more noise as we have seen on the Floating Point Version. So Matlab and the FPGA Version were working identically. :-)  I thought about making it more General.  Actually the Coefficients were hard synthesized and could only get changed when you synthesize it new which is very time Consuming...  So when I have enough Resources I would like to cut the code at the states of one DF2SOS "Module" and let it Loop through it.  And the constants I will fetch from the Block RAM.  The constants and number of Loops through the DF2SOS I will write over an extra PCIe Bar to my Device.  I think that's quite a nice Approach to make it more General cause you just give the Constants to your User Program and you could ...