登录
首页 » Matlab » mutidetect.rar

mutidetect.rar

于 2022-03-12 发布 文件大小:2.15 kB
0 159
下载积分: 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 个回复

  • scan
    Program to use your camera as a scanner. Automatically detects the page on the picture. (Description Useful program if you don t have a scanner or need to scan quickly a lot of pages. It detects the page on the picture, make it rectangular, cut the borders and enhance the contrast. Function parameters are the input picture filename and output filename. Some parameters that can be changed are described in the function. Be careful with the flash of the camera, it creates a non-homogeneous luminosity difficult to clean. Required Products Image Processing Toolbox MATLAB release MATLAB 7.5 (R2007b) )
    2010-03-04 17:21:28下载
    积分:1
  • implicit-function
    differtial implicit function
    2011-09-26 12:54:30下载
    积分:1
  • GA
    说明:  基于核主成分分析法的GA_BP神经网络短期用电负荷预测,很不错的文章研究遗传算法,BP神经网络,核主成分(GA_BP Neural Network Based on Kernel Principal Component Analysis (KPCA) for short-term load forecasting. This paper studies genetic algorithm, BP Neural Network and Kernel Principal Component.)
    2019-03-21 16:20:26下载
    积分:1
  • BP神经网络与模糊控制的联合控制程序
    说明:  较为简单的模糊神经控制,注解详细,能运行,不需要过多的调试(Simple fuzzy neural control with detailed notes)
    2020-05-19 15:04:40下载
    积分:1
  • 基于AdaBoost的面部图像男女性别分类
    充分了解AdaBoost算法,实现人类面部特征的识别,由性别差异来分类。
    2022-10-03 04:45:03下载
    积分:1
  • 很好用的稀疏压缩感知算法代码
    有小波分析的盲信号处理,结合PCA的尺度不变特征变换(SIFT)算法,实现了对10个数字音的识别程序包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,现代信号处理中谱估计在matlab中的使用,搭建OFDM通信系统的框架。
    2023-08-29 06:30:02下载
    积分:1
  • overlapped_method
    the convolution of the following two signals by using the overlapped method
    2008-12-05 16:42:03下载
    积分:1
  • SRandCEinOCT
    [IOVS]2011 Shadow Removal and Contrast Enhancement in OCT Images of the Human Optic Nerve Headl的实现matlab代码,医学图像增强([IOVS] 2011 Shadow Removal and Contrast Enhancement in OCT Images of the Human Optic Nerve Headl realization of matlab code medical image enhancement)
    2013-11-14 19:08:38下载
    积分:1
  • 16qam误码率仿真
    数字通信中有许多调制方式,16QAM是常用的一种,它是幅度和相位联合键控。QAM调制包括了16QAM、32QAM、64QAM、56QAM等,这段代码仿真了16QAM的星座图,误码率和误比特率,显示了它们之间的联系,对于学习QAM调制的性能分析有用。
    2022-03-25 01:42:26下载
    积分:1
  • matlab
    matlab神经网络工具箱介绍,介绍了神经网络工具箱的函数使用(matlab neural network toolbox, the introduced neural network toolbox function of the use of)
    2008-06-14 14:05:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载