Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- I showed you in my above code how my signals are wired. Do you think they are wrong?
slv_value1 => slv_value1,
slv_value2 => slv_value2
The concatenation of above signals are the outputs that I get on the GUI. Also I changed 256 to 512 but still there is variation. There is not much difference. adc_a_1_temp and adc_b_1_temp are going into the average block in my code. --- Quote End --- I sense something wrong with your interpretation of that concatenation. Reading back your previous posts you talk about two adcs one for voltage(does not need filter) and one for current(needs filter) yet you are filtering two adcs and there seems to be four adcs in total. each adc is 12 bits then you talk about concatenating two 12 bits into 24 bits for GUI. Do you have one adc for current(not voltage) or do you have two adcs for current(not voltage). If so why do you concatenate them. Is it just for passing purpose and that GUI will read ech 12 bits value separately or will it read the 24 bits as one value? I think you need to clear this confusion.