Altera_Forum
Honored Contributor
11 years agoFIR interpolator
Hello guys !!
I'm trying to understand the FIR compiler interpolator. I have a complex signal clocked at X MHz. Now I want to have it interpolated by a 3x factor so that the output frequency will be Y=3X MHz. Then I have generated a FIR with the FIR compiler megawizard using the autogenerated coefficients and selecting the multicycle structure so that I have an input data processed every 3 clock period and a new output every clock period. Finally I have conected the clock port with the 3X clock, the ast_sink_data with the input data, the ast_sink_valid and the ast_source_ready to vcc. By the way on the SpecAnal I do not see the clear baseband spectrum at the desired frequency but a strange mixed one. AM I missing anything ?? Thank you !!