登录
首页 » Matlab » mutidetect.rar

mutidetect.rar

于 2022-03-12 发布 文件大小:2.15 kB
0 156
下载积分: 2 下载次数: 3

代码说明:

应用背景多目标信号检测(利用并联自适应notch滤波器分离出目标信号),MATLAB仿真-关键技术源码内容: %mutidetect % 本程序拟实现在多目标定位的情况下,对独立目标对应信号的包络检测 %并行多(双)通道notch滤波器仿真 %******************************** %x输入信号 %bei=fs/f0采样比 %step步长 %door门限 %jiao相邻正交点间隔 %k为信号前沿点 %********************************** % function k=ctzsy(x,bei,step,door,jiao) clc clear all; close all; % close all %% f1=14000; f2=14500; f3=10000; fs=200000; tao=0.016; N=round(tao*fs); snr=200; A1=0;%信号1幅度 A2=1;%信号2幅度 A3=0;%干扰幅度 A0=0;%噪声方差 sig1=round(cos(2*pi*f1*(0:N-1)/fs)*14000);%*32767); sig2=round(cos(2*pi*f2*(0:N-1)/fs)*14000);%*32767); sig3=round(cos(2*pi*f3*(0:N-1)/fs)*14000);%*32767); %sig0=cos(2*pi*(f0-1000)*(0:N-1)/fs); sig0=A1*sig1+A2*sig2+A3*sig3; sig1=[zeros(1,N) sig0 zeros(1,N)];%使信号位于中间 plot(sig1);title("原始信号,未经滤波"); % %对信号带通滤波 b=fir1(128,2*[9000,15000]/fs); %带通滤波器 算滤波器系数 sig=filter(b,1,sig1); sig=sig/max(sig)*max(sig1); figure;plot(sig1,"r"); hold on; plot(sig,"g"); %窄带噪

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

发表评论

0 个回复

  • C2sanciyangtiaochazhi
    C2三次样条插值. MATLAB源程序(C2 cubic spline interpolation. MATLAB source code)
    2008-07-02 13:01:15下载
    积分:1
  • MM1
    排队论的最基本模型,MM1型。简单的小程序,注释清楚,方便理解。(The most basic model of queuing theory, MM1 type. Simple procedure, comments clear, easy to understand.)
    2012-05-16 22:51:53下载
    积分:1
  • ConvolutionWithViterbiDecoding
    QPSK调制下的(5,7)卷积码的编码和维特比译码与BPSK调制下(5,7)卷积码的编码和维特比译码的BER特性(QPSK modulation under (5,7) convolutional code encoding and Viterbi decoding and BPSK modulation (5,7) convolutional code encoding and Viterbi BER characteristic)
    2020-12-12 20:09:15下载
    积分:1
  • spactral-analysis
    This program used for spectral analysis of building according earthquake code 2800 of Iran.
    2014-10-16 17:25:03下载
    积分:1
  • FinnedTubeZhengfaqiZone2
    计算工程热力学物性参数,主要用于MATLAB调用Refprop的 (Computational Engineering Thermodynamics physical parameters, mainly used to call Refprop of MATLAB)
    2015-09-13 15:32:03下载
    积分:1
  • Yokoi
    说明:  Matlab code for Getting Yokoi number It is useful tool to Mark the Yokoi number of image
    2019-01-15 20:39:46下载
    积分:1
  • 无味卡尔曼滤波的源代码,无味卡尔曼滤波用于估计非线性系统的状态值,优于扩展卡尔曼...
    无味卡尔曼滤波的源代码,无味卡尔曼滤波用于估计非线性系统的状态值,优于扩展卡尔曼-tasteless Kalman Filtering source code, unscented Kalman filter for nonlinear systems estimated value of the state, better than the extended Kalman
    2023-04-04 04:05:04下载
    积分:1
  • 基于集群内核的半监督遥感图像分类
    一个半监督支持向量机的遥感图像分类。该方法利用了丰富的未标记的样本通过集群的内核正则化培训本地内核表示。该方法直接从图像中学习合适的内核,从而避免使用预定义的内核结构假设先验的信号关系。图像分类的例子中,很少有标记的样本是很好的结果。该方法与未标记样本的数量几乎成线性关系,并提供样本预测。
    2023-05-05 13:15:03下载
    积分:1
  • zhinengyouhuasuanfadexiankuangyuzhanwang
    对智能算法发展的研究与展望的一个综述,是听过查阅文献,写的一篇文章,跟大家分享一下(Research on the development of intelligent algorithms, a review and prospect, listening to literature review, write an article to share with you)
    2010-11-09 15:18:56下载
    积分:1
  • PCMcode
    实现通信原理上的PCM(脉冲编码调制)调制与解调等 功能(MATLAB PCM)
    2009-12-17 14:15:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载