📄 libbfdsp.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><a href=start.html>start</a></br><h1><a name="using_dsp_library_-libbfdsp" id="using_dsp_library_-libbfdsp">Using DSP library -libbfdsp</a></h1><div class="level1"><p> The DSP library in uClinux-dist/lib/libbfdsp is ported from VisualDSP++ Dec 2005 update.</p><p>As quoted from VisualDSP++ DSP library manual: “The DSP run-time library which contains a broad collection of functions that are commonly required by signal processing applications. The services provided by the DSP run-time library include support for general-purpose signal processing such as companders, filters, and Fast Fourier Transform (FFT) functions. All these services are Analog Devices extensions to ANSI standard C. "</p><p>Difference from the original library:</p><ul><li class="level1"><div class="li"> No math.h: The original library contains math function overlapping with uClibc math library. To avoid confusion, these functions are removed.</div></li></ul><p> Please use uClibc math library. Also please include “-lm” in the LDFLAGS, since “libbfdsp” depends on this library. </p><ul><li class="level1"><div class="li"> C++ not tested yet.</div></li></ul><p> The DSP library is documented at <a href="http://www.analog.com/UploadedFiles/Associated_Docs/613293690438645_Blackfin_comp_man.pdf" class="urlextern" title="http://www.analog.com/UploadedFiles/Associated_Docs/613293690438645_Blackfin_comp_man.pdf" rel="nofollow">C/C++ Compiler and Library Manual for Blackfin Processors</a> in chapter 4, DSP Run Time Library.</p></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -