欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    外文翻译--- - 基于TMS320VC5402的自适应FIR滤波器的设计

    • 资源ID:128139       资源大小:164.02KB        全文页数:15页
    • 资源格式: DOCX        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    外文翻译--- - 基于TMS320VC5402的自适应FIR滤波器的设计

    1、附录 A Implementation of Adaptive FIR Filter BasedonTMS320VC5402 Wang Xiaojuan Zhang Ze (Department of Automation, College of Sciences of Technology, Inner MongoliaUniversity, Hohhot 010021 China, ) Abstract The article introduced the design and implementation of the adaptive FIR filter based on DSP (

    2、Digital Signal Processor). Firstly, simulate experiment of the adaptive FIR filter structure and algorithm is carried out by MATLAB, and adaptive filtering of the input signal added Gauss noise isperformed. Simulation waves are given, and the reference data for the DSP designing is provided. On this

    3、 foundation, TMS320VC5402 DSP chip is selected as the center processor to design and implement the adaptive FIR filter. The hardware system design module, the software system design flow chartand the related assembly code are given. The uniformity of simulation results and measurement results and th

    4、e filter effect is satisfied. Keywords: Adaptive FIR filter, TMS320VC5402, LMS algorithm. 1 Introduction Adaptive filter is the one of the modern filter. It is an important application of adaptive signal processing that was developed in the 1940s. Adaptive filter has been used widely in system ident

    5、ification, noise canceller, adaptive line enhance, adaptiveequalization of communication channel, linear predication, adaptive array antenna and so on. Adaptive filter is opposite to fixed coefficients filter. During digital signal processing, a number of unpredictable signals, noises or time-varyin

    6、g signals often need to process, it is impossible to achieve optimal filtering for fixed coefficient filter, soadaptive filter must be designed to track the change of signal and noise. The unique structure and instruction of TMS320VC5402 DSP provide the convenient condition for designing adaptive fi

    7、lter. 2 Principle of Adaptive Filter Adaptive filter consists of two basic parts: the filter which applies the required processing on the incoming signal which is to be filtered, and an adaptive algorithm, which adjusts the coefficients of that filter to somehow improve its performance. When adaptiv

    8、e filter is designed, the autocorrelation function of signals and noises can not be known in advance. During the filtering, with the autocorrelation function of signals and noises changing slowly over time, filter can automatically adapt and adjust to meet the requirements of the minimum mean square

    9、d error. Fig 1 Structure of Adaptive Filter Fig 1 shows the structure of adaptive filter. The objective is to filter the input signal, X(n), with an adaptive filter in such a manner that it matches the desired signal, d(n). The desired signal, d(n), is subtracted from the filtered signal, Y(n), to g

    10、enerate an error signal, e(n). 3 Structure of Filter and LMS Algorithm 3.1 Structure of Adaptive FIR Filter Several types of filter structures can be implemented in the design of the adaptive filters such as Infinite Impulse Response (IIR) or Finite Impulse Response (FIR). In this application note,

    11、only transversal structure FIR structure is implemented. Transversal structure of adaptive FIR Filter is given by Fig 2 and the filter output signal y(n) is given by nXnW J1-N 0k nk k-nxwny Fig 2 Transversal Structure of Adaptive FIR Filter Where 1,.1, Nnxnxnx JnX is inputvector, ,., 110 nWnWnW n Jn

    12、W is weight vector. T denotes Transpose, N is the order of filter. 3.2 LMS Algorithm The basic idea of LMS algorithm is that adjusting the filters coefficients minimize the mean-square error between its output and its desired response, such system output is best estimate of useful signal. The basic

    13、LMS algorithm is given by nWnndne X J nXnenWnW 21 Where W(n) is the weight value at this time, W(n+1) is the weight value at next time, 0 is called the step-size. Convergent condition of LMS algorithm is 01/ max , max is the maximal eigenvalue of correlation matrix of input vector X(n). 4 Filter Des

    14、ign with MATLAB When designing digital filter, MATLAB is usually used to carry on the assistance design and the simulation. According to above design philosophy, a 10-order adaptive noise canceller was designed. Input signal, ns xxx where nx s *5.0sin*10 , randxn ,dealing with 100 sample. Desired ou

    15、tput of filter is nxy s *5.0sin*10 , = 0.002. The partial codes of the adaptive FIR filter design with MATLAB as follows: M-length(x); y-zeros(1,M); H-zeros(1,N);e-zeros(1,M); for n-N:M %adaptive algorithm y(n)-h*x1; %output signal e(n)-d(n)-y(n); %calculate error h-h+u*e(n)*x1; %adjust weight end Simulation waveform are given in Fig 3 The algorithm can be verified and input data of analog filter can be provided for designing of the DSP assemble language through MATLAB simulation at the same time.


    注意事项

    本文(外文翻译--- - 基于TMS320VC5402的自适应FIR滤波器的设计)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583