Zybo Zynq-7000 DMA Audio Project Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024
  • The ZYBO board I use in this video has been discontinued. Here is a link to a comparison between the board I used (ZYBO) and the new line of boards:
    reference.digi...
    Here is a link to the Zybo DMA Audio Demo I used as a base for this project:
    reference.digi...
    Lastly, here is a link to a GitHub repo with all of the most important files for this project (final report, lab manual, source files, etc):
    github.com/gut...
    Feel free to check out any of the other projects I've worked on through my GitHub account. For any questions or comments feel free to comment. Thanks for watching.

ความคิดเห็น • 5

  • @cosakebarca6490
    @cosakebarca6490 3 ปีที่แล้ว +1

    i tried your project and i received this issue 'XPAR_SWITCHES_DEVICE_ID' undeclared (first use in this function) is there a way to fix it ?

  • @cosakebarca6490
    @cosakebarca6490 3 ปีที่แล้ว +1

    when i store the record i must use the switches to determine where it's stored ?

  • @manuelaguilar7833
    @manuelaguilar7833 2 ปีที่แล้ว

    do u know how to process the audio that is recorded? I mean how to get the audio because i need to process the audio and get some values with the fpga

  • @nejmeddinelakhal9608
    @nejmeddinelakhal9608 4 ปีที่แล้ว

    Hi, I want to know if we can increase the delay of recording...if "yes" so how ?

    • @ChristopherGutie
      @ChristopherGutie  4 ปีที่แล้ว

      Hello. I believe that you may be able to accomplish this by using the sleep() method in C. You can modify the logic so that playback resumes after 1 sec, for example.