How to change frequency of sine wave on FPGA IO334?

6 ビュー (過去 30 日間)
Mitali Murkar
Mitali Murkar 2021 年 9 月 30 日
コメント済み: Mitali Murkar 2021 年 11 月 23 日
I want to generate sine wave on FPGA and below is my model on IO334. I want to change the frequency of signal when HDL code generated is already on taget machine(speedgoat FPGA). How can I manipulate the frequency?

回答 (1 件)

Bharath Venkataraman
Bharath Venkataraman 2021 年 9 月 30 日
編集済み: Bharath Venkataraman 2021 年 9 月 30 日
One way to do this is by using the NCO HDL Optimized block and change the phase increment. Here is an example of how to use the block to generate a sine wave.
The other option is to have the build a counter using the delay and add blocks. The step size of the counter will need to be programmable, decided by an input port. Changing this step will change the input to the sine block, hence changing the frequency of the sinve wave emitted.
  11 件のコメント
Bharath Venkataraman
Bharath Venkataraman 2021 年 11 月 23 日
Could you generate the generated model with HDL code generation as well? That will help make sure that the functionality is correct.
Mitali Murkar
Mitali Murkar 2021 年 11 月 23 日
Just to clarify the attached model is generated model only from HDL workflow.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by