필터 지우기
필터 지우기

Do i need to add a LUT-lookup table along with the hdlNCO block to perform a frequency shifting. if yes, please give clear guidance with the blocks and passing parameters

조회 수: 2 (최근 30일)
I studied and tried up with applying "LUT-look up table". I dont know it is using a LUT is correct or not for the process, according the MATLAB script of frequency shifting, i have to develop the verilog HDL code by simulating the blocks inorder to generate a reconfigurable IP core, so i have to deal with the fixedpoint values during the simulation
fs_shift1 = 4;% shifting the LTE carrier in the large frequency spectrum
fs_u = 491.52;% highest sampling rate obtained for transmission in MHz
Reverse_NCO_out_20 = combined_carrier_shifted_20.*exp(-1i*2*pi*fs_shift1/fs_u*(1:length(combined_carrier_shifted_20)));
the length of "combined_carrier_shifted_20" is multiplied with phase, so in that case do we have to add a LUT? i dont know.
im in the around the corner of submission of my undergraduate project and as im an undergraduate, have lack of knowledge about the MATLAB and not interacted much with it, not aware of advance things in MATALB because started use it for the final year project only. Its difficult to get good practice and knowledge within a short period with those high technical base documents available in matlab and cources are too expensive. So, kindly request you to consider and i would be much more grateful to you

채택된 답변

Bharath Venkataraman
Bharath Venkataraman 2023년 7월 27일
Kranti has answered this question in this post. Please take a look at that answer where he points to the Coarse Frequency Compensator subsystem in the QPSK Receiver example.
  댓글 수: 1
Fayaz
Fayaz 2023년 7월 28일
sir, i have gone trough that, that is based on identifying the frequency offset by extracting the frequency componet after signal is converted magnitude-angle form using the Complex to Magnitude-Angle. Then correction is given by the NCO block and multiplied by the signal. my case, I have to define the frequency increment as an input. Once you said how to pass the phase increment but output does not matching

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 HDL Code Generation에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by