登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

于 2013-10-12 发布 文件大小:1KB
0 241
下载积分: 1 下载次数: 15

代码说明:

  高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc clear all close all 2013年9月28日 ---------------参数---------- Tr=42e-6 fs=9.5e6 K=0.7e11 Nfft=2048 -------------匹配滤波 时域生成-------------- t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs) w = kaiser(length(t),2.5) w=w w = ones(1,length(t)) ht1=w.*exp(-1i*pi*K*t.^2) ht2=w.*exp(1i*pi*K*t.^2) hf1=fft(ht1,Nfft) hf2=fft(ht2,Nfft) figure subplot(211) plot(abs(hf1)) title( 匹配滤波器1 幅频响应 ) subplot(212) plot(phase(hf1)) title( 匹配滤波器1 相位 ) figure subplot(211) plot(abs(hf2)) title( 匹配滤波器2 幅频响应 ) )

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

发表评论

0 个回复

  • indnmachinemodel_VHZ
    inducton motor with pwm start with matlab
    2012-05-28 13:16:58下载
    积分:1
  • code-music
    matlab code signal processing and music algorithm
    2013-04-24 10:15:32下载
    积分:1
  • betweenness_bin
    应用于复杂网络分析时采用matlab代码的节点介数(Node betweenness complex network analysis)
    2013-12-12 10:58:27下载
    积分:1
  • ofdm1
    基于matlab的ofdm仿真,效果很好(Based on the ofdm matlab simulation, good results)
    2010-06-10 21:50:48下载
    积分:1
  • zaixianjianmonew
    ANC 在控制滤波器的输出 附加一个与参考信号 不相关的零均值高斯白噪声对次级通道在线建模 (active noise control algorithm with secondary path identification)
    2009-03-16 16:26:29下载
    积分:1
  • transmitter_td
    TD-SCDMA收发系统建模,联合检测仿真。(TD-SCDMA transceiver system modeling, simulation of joint detection.)
    2010-01-10 10:56:02下载
    积分:1
  • MATLAB-7.0-basic-course
    系统介绍了MATLAB7.0的基本功能,并设计了丰富的实例(MATLAB7.0 system introduced the basic functions and design a wealth of examples)
    2013-09-10 12:47:51下载
    积分:1
  • spider
    matlab机器学习最新的工具箱,包含多种学习算法如kmean、adaboost、svm等(the latest machine learning matlab toolbox contains a variety of learning algorithms such as kmean, adaboost, svm, etc.)
    2010-11-07 17:03:40下载
    积分:1
  • ForcedPendulum
    This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )
    2010-02-17 07:28:51下载
    积分:1
  • wugongbuchang
    电力系统无功补偿,基于MATLAB动态无功补偿仿真研究(Reactive power compensation of power system dynamic reactive power compensation simulation research based on MATLAB)
    2013-03-07 15:56:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载