- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi everyone!
I'm currently working on a university project, based on the implementation of FFT on a FPGA. I read about the possibility to develop it using DSP builder with Matlab/Simulink. What is the best solution between a manually-developed FFT processor or the one obtained with Simulink and DSP Builder? I think that the former could be more customizable, while the latter allows to reach the goal quickly. Tell me if i am wrong. Thanks in advance. Matteoコピーされたリンク
6 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
I'm a student myself just now doing the "final" project also :) I would say it depends a bit on your goal with this project. To learn VHDL, how to use tools and IP cores, or just to produce some final "device"? There is an FFT megafunction available also btw, in DSP->Transforms. It might suit your need :) M.- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The goal is to produce a final "device", because i've already learned VHDL. What about the megafunction ? is a block belonging to Simulink ? could you tell me more about that ?
thank you- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The megafunctions do not belong to Simulink. They are Altera IPs that can be instantiated via Quartus. Open up Quartus, go to Tools -> MegaWizard Plug-In Manager. Go through the help to learn more.
If you are going to use the megafunctions, you should move this discussion to another sub-forum (since this sub-forum is for DSP builder :D). Bharath- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Bharath thank you for the answer. Do you think that the megacore function for FFT is better than designing a custom version ?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
--- Quote Start --- Bharath thank you for the answer. Do you think that the megacore function for FFT is better than designing a custom version ? --- Quote End --- Depends on what you mean by "better". Using the megacore FFT means you don't have to be worry about converting a mathematical algorithm for realization on an FPGA (this may take quite a long time). But you still need to understand the functionality of the megacore module and have a basic understanding of FFT so you can use the megacore IP in your design. Good luck. Bharath
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
With "better" i mean in terms of time needed to perform the computation by the "processor". I'm going to write my doubts in another thread because now i'm off-topc. Thank you!
