登录
首页 » DOS » cfhn

cfhn

于 2011-10-28 发布 文件大小:3KB
0 220
下载积分: 1 下载次数: 8

代码说明:

  包括matlab程序,c,vc++原代码和一些全景图拼接论文资料(This is the open source Hugin panorama stitching software source code from svn down under)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DSPII_USTC_01
    传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 (Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:   A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl)
    2013-11-06 13:12:36下载
    积分:1
  • CIC
    CIC 积分梳状滤波器设计,一个很好用的参考资料(CIC design)
    2011-11-14 09:46:35下载
    积分:1
  • tuxiangfenge
    图像分割matlab源码,很全,包括大部分分割算法(tuxiang fenge matlab yuanma ,henquan,baokuo dabufen suanfa)
    2015-01-31 14:58:17下载
    积分:1
  • lqxpid_gaf
    ga算法 优化PID参数 功能简单实用 很好很强大(let us go)
    2010-05-28 15:04:37下载
    积分:1
  • kron
    This is the Kron Reduction algorithm. It is used to reduce Jacobian matrices to calculate state matrices.
    2013-08-28 06:45:43下载
    积分:1
  • filterbank_for_speech_signal
    A speech signal filterbank, using melscale frequency and framebanking.( 1. For speech signal can be represented as a discrete sequence of frames (or feature vectors) that can be used as the input to a speech recogniser. Important ideas and techniques that are used in the assignment are the design of a (Mel frequency scale) audio filterbank, , windowing of a continuous audio signal, spectrum analysis of the signal, filtering as multiplication in the frequency domain, the visual representation of a speech signal as a spectrogram, appreciation of the acoustic variability in real speech utterances. 2. To gain a deeper knowledge of the application of MATLAB programming to audio signal processing. 3. To gain practice in the art of writing a formal report: structure, content, style, use of diagrams, presentation etc. etc. )
    2010-11-19 21:11:01下载
    积分:1
  • gongjiaotexing
    说明:  同步电机特性仿真 包括外特性、调整特性和功率特性 本程序仅对功角特性进行仿真(Simulation synchronous motor including external features, adjust the characteristics and power performance characteristics of this procedure only for the simulation of power angle)
    2011-03-28 15:26:32下载
    积分:1
  • niudun_qianxiangchazhi
    数值分析——利用牛顿前向插值方法计算atanx的Newton形式的系数(Numerical analysis- interpolation using Newton' s method to calculate atanx before the Newton form factor)
    2011-07-07 19:22:15下载
    积分:1
  • Auto_Measure_system
    利用ccs环境、MATLAB环境、DSP(TMS320F2812)、被测对象和Agilient网络分析仪E5071B,构建一个自动测量系统。 相信大部分人都知道基于NI公司的GPIB总线,可以实现自动测量,但NI公司的方案实在太昂贵,采用MATLAB能够大大降低成本。matlab与ccs之间基于RTDX协议进行数据交换,同时matlab基于TCP/IP协议与E5071B之间通信,源码说明如下: (1)RTDX_ok目录:matlab7.0代码,包含了一个用GUI实现的界面和相关的具体代码,特别是在其中实现了SCPI语言来对仪器进行控制。 (2)TMS320F2812目录:包含ccs下的c代码,如果没有做过RTDX的应用,相信这个对你很有启发。(Use ccs environment, MATLAB environment, DSP (TMS320F2812), the measured object and Agilient network analyzer E5071B, construct an automatic measurement system. I believe that most people are aware NI' s GPIB-based bus, you can realize automatic measurement, but NI' s program is too expensive, the use of MATLAB can greatly reduce costs. ccs between matlab and RTDX protocol-based data exchange, while matlab based on TCP/IP protocol and communication between the E5071B, the source described as follows: (1) RTDX_ok directory: matlab7.0 code, contains a GUI implementation with the interface and specific code, especially in one of implementation of the SCPI language to control the apparatus. (2) TMS320F2812 directory: contains ccs of c code, if not done RTDX application, then I think it was very instructive for you.)
    2009-03-27 21:43:54下载
    积分:1
  • Steering___auto_parking_simulation
    Car parking problem mathematical solution, simulation
    2011-01-04 00:24:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载