在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
芯片精品文章合集(500篇!) 创芯人才网--重磅上线啦!
查看: 4118|回复: 2

[原创] 一个例子

[复制链接]
发表于 2007-8-16 22:43:38 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 cjsb37 于 2013-4-29 09:22 编辑

大家帮我看一下这个程序


他的流水 是怎么安排的
  LDW  .D1  *A4++,A2
||  LDW  .D2  *B4++,B2
这代码和后面的b loop延时
我有点搞不明白
LDW是延时4
B是延时5
后面LOOP中的代码 A2,B2 数据不会出错吗
我是指第一条LDW指令向A2,B2中写的数据
在执行LOOP时
是第一次载入的数据吗???
谢谢大家

.title "C4-25"
.def _c_int00

_c_int00:
  LDW  .D1  *A4++,A2
||  LDW  .D2  *B4++,B2
||  MVK  .S1  10,A1
||  ZERO .L1  A7
||  ZERO .L2  B7;1
[A1]SUB  .S1  A1,1,A1;
||  LDW  .D1  *A4++,A2;
||  LDW  .D2  *B4++,B2;2
[A1]SUB  .S1  A1,1,A1;
||  B  .S2  LOOP;
||  LDW  .D1  *A4++,A2;
||  LDW  .D2  *B4++,B2;3
[A1]SUB  .S1  A1,1,A1
|| [A1]B  .S2  LOOP
||  LDW  .D1  *A4++,A2
||  LDW  .D2  *B4++,B2;4
[A1]SUB  .S1  A1,1,A1
|| [A1]B  .S2  LOOP
||  LDW  .D1  *A4++,A2
||  LDW  .D2  *B4++,B2;5
  MPY  .M1X A2,B2,A6
||  MPYH .M2X A2,B2,B6
|| [A1]SUB  .S1  A1,1,A1
|| [A1]B   .S2  LOOP
||  LDW  .D1  *A4++,A2;
||  LDW  .D2  *B4++,B2;6
  MPY  .M1X A2,B2,A6
||  MPYH .M2X A2,B2,B6
|| [A1]SUB  .S1  A1,1,A1
|| [A1]B   .S2  LOOP
||  LDW  .D1  *A4++,A2;
||  LDW  .D2  *B4++,B2;7
LOOP:
  ADD  .L1  A6,A7,A7
||  ADD  .L2  B6,B7,B7
||  MPY  .M1X A2,B2,A6
||  MPYH .M2X A2,B2,B6
|| [A1]SUB  .S1  A1,1,A1
|| [A1]B   LOOP
||  LDW  .D1  *A4++,A2;
||  LDW  .D2  *B4++,B2
  ADD  .L1X A7,B7,A4







 楼主| 发表于 2007-8-16 22:46:18 | 显示全部楼层

介绍些网址给大家,链接不能直接点


http://www.dsprelated.com/
-
外文
2. 非常优秀的关于数字信号处理有关算法的网站,提供代码与例子。

To design/analyze digital/analog filters, FIR, IIR, FFT, DSP, VHDL source code,
step/impulse response, Bode/Nyquist diagram, mixed signal, polynomial roots...
强烈推荐

http://digitalfilter.com/
-
外文
3. Numerical Recipes in C book On-Line(在线数值计算教程,推荐)

http://library.lanl.gov/numerical/bookcpdf.html
-
外文
4. A DSP-based decompressor unit for high-fidelity MPEG-Audio over TCP/IP networks

http://www.sparta.lu.se/~bjorn/whitney/thesis.htm
-
外文
5. musicdsp.org

Musicdsp.org is a collection of data, gathered for the music dsp community
许多其它链接,推荐 http://musicdsp.org/links.php

http://musicdsp.org/
-
外文
6. Kiss FFT

A Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid." Kiss FFT is a very small, reasonably efficient, mixed radix FFT library that can use either fixed or floating point data types.

http://sourceforge.net/projects/kissfft
-
外文
7. BruteFIR

BruteFIR is a software for applying long FIR filters to multi-channel digital audio, either offline or in realtime. Its basic operation is specified through a configuration file, and filters and attenuation can be changed in runtime through a simple command line interface. The FIR filter algorithm used is an optimised frequency domain algorithm, partly implemented in hand-coded assembler, thus throughput is extremely high. In realtime, a standard computer can typically run more than 10 channels with more than 60000 filter taps each.
说明文档:http://www.ludd.luth.se/~torger/brutefir.html

http://freshmeat.net/projects/brutefir/
-
外文
8. TI 的DSP开发网站,强烈推荐.

DSP (digital signal processing) development tools, Code Composer Studio, application software, C6000, C5000, C2000

http://www.dspvillage.com/
-
外文
9. Programmers Heaven - Assembler programming zone

大量的源代码,分类清晰,强烈推荐。但是有很多好像已经不再更新了。

http://www.programmersheaven.com/zone5/index.htm
-
外文
10. 上海迅特电子科技有限公司的DSP资料下载区域

号称为中国最大的DSP下载基地,确实也不错,里面有大量的下载资料,推荐访问

http://www.imdsp.com/down/
-
中文
11. INTRODUCTION TO DIGITAL FILTERS WITH AUDIO APPLICATIONS

http://www-ccrma.stanford.edu/~jos/filters/
-
外文
12. Texas Instruments DSP - Laboratory Hands on TMS320F243/LF2407

http://www.fh-zwickau.de/tutorial/dsp/
-
外文
13. DSP算法代码

http://musicdsp.org/archive.php?classid=2#82
-
外文
14. 数字图像(数字图象)中国图像图形网

http://www.image2003.com/
-
中文
15. www.mpeg.org

MPEG.ORG is the most complete and comprehensive index of MPEG resources on the Internet. MPEG.ORG is mostly focussing on the MPEG-1 and MPEG-2 standards

http://www.mpeg.org
-
外文
16. FFT实现的免费C代码库

http://fftw.org/
-
外文
17. Digital Image Processing

http://ct.radiology.uiowa.edu/~jiangm/courses/dip/html/dip.html
-
外文
18. 中国人工智能网

关于 人工智能,模式识别,数字图像处理

http://www.chinaai.org/
-
中文
19. Direct Digital Synthesizer (DDS) 原理与应用

http://sss-mag.com/dds.html
-
外文
20. 银杏科技

许多DSP开发资源.推荐
特别是TMS320C54x的开发支持资源:http://www.dspsolution.com/html/resource/54x_support.htm

http://www.dspsolution.com/
-
中文
21. TI的DSP开发网站,强烈推荐

http://dspvillage.ti.com/
-
外文
22. Vorbis.com - Open, Free Audio

Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.

http://www.vorbis.com/
-
外文
23. DSP Algorithms

研究DSP算法的,在其下载区域有些算法代码可以下载

http://www.dspalgorithms.com/
-
外文
24. dSP专业资讯网 - 客观、全面的DSP专业资讯

个人网站!网站设计的比较清晰,对于想了解DSP信息,dsp动态的工程师,这里是个不错的地方。

http://dsp.blueidea.com/
-
中文
25. Andraka Consulting Group Home

包含了大量的算法比如FFT,FIR以及它们的DSP与FPGA实现等等。

http://www.andraka.com/toc.htm
-
中文
26. The Wavelet Digest

一个专业的关于小波的网站.

http://www.wavelet.org/
-
外文
27. Digital Signal Processing Central

专业性的关于DSP开发的站点,有DSP的FAQ。

http://www.dspguru.com/
-
外文
28. FreqTweak

FreqTweak is a tool for FFT-based realtime audio spectral manipulation and display. It provides several algorithms for processing audio data in the frequency domain and a highly interactive GUI to manipulate the associated filters for each. It also provides high-resolution spectral displays in the form of scrolling-raster spectrograms and energy vs frequency plots displaying both pre- and post-processed spectra.

http://freqtweak.sourceforge.net/
-
外文
29. Berkeley Design Technology, Inc

大量的关于DSP技术的分析报告,了解DSP动态,推荐.

http://www.bdti.com/bdti_products.html
-
外文
30. 21IC 的DSP 设计文档中心

http://dsp.21ic.com/
-
中文
31. DSP Development Corporation Home of DADiSP - The Ultimate Engineering Spreadsheet

http://www.dadisp.com/
-
外文
32. Stephan M. Bernsee's Audio DSP Pages

http://www.dspdimension.com/data/index.html
-
外文
33. 思恒科技-DSP、ARM、FPGA等开发的电子综合网站

公司网站,资料还不是很多,有时间可以看看。

http://www.siheng.cn/
-
中文
34. DSP资料,书籍下载

http://eel.iust.ac.ir/Shokouhi/DSP/
-
外文
35. DSP大世界

http://www.dsp123.com/index.asp
-
中文
36. 合肥工业大学DSP实验室

http://dsplab.hfut.edu.cn/
-
中文
37. Numerit: Mathematical & Scientific Computing - Numerical Programming

Numerit is an intuitive programming environment for developing numerical computation programs and producing publication quality documents. If you are a scientist, an engineer, or a student, Numerit is the right tool for you.


http://www.numerit.com/
-
外文
38. 南京宝定科技有限公司-有些DSP资料下载

http://www.bdtcn.com/
-
中文
发表于 2007-9-18 09:11:24 | 显示全部楼层
太感谢了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-23 06:06 , Processed in 0.016370 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表