登录
首页 » matlab » AGCjamming

AGCjamming

于 2015-05-06 发布 文件大小:303KB
0 229
下载积分: 1 下载次数: 26

代码说明:

  对AGC中频仿真及加干扰效果分析,采用simulink搭建干扰模型,MATLAB脚本控制参数(IF AGC and added to simulate the effect of interference analysis, interference model using simulink structures, MATLAB Script Control parameters)

文件列表:

MATLAB
......\agcvpp.mdl,61472,2013-05-13
......\AGC_fi.mdl,81287,2013-05-16
......\DSBsimple.mdl,22425,2013-05-14
......\jam.mdl,56433,2013-05-16
......\jamming
......\.......\jamming1_narrow.mdl,61581,2013-05-15
......\.......\jamming2_interupt.mdl,61103,2013-05-15
......\.......\jamming3_pulse.mdl,57246,2013-05-14
......\.......\jamming4_AM.mdl,57065,2013-05-14
......\.......\jamming4_CW.mdl,57099,2013-05-14
......\.......\jamming5_FMnoise.mdl,61774,2013-05-15
......\.......\nar_noise.mdl,24896,2013-05-11
......\.......\pul_interupt.mdl,25545,2013-05-13
......\.......\wid_noise.mdl,22183,2013-05-15
......\saopin.mdl,25331,2013-05-15
......\sim_AGC_fi.asv,421,2013-05-16
......\sim_AGC_fi.m,508,2013-05-16
......\sim_jam.asv,269,2013-05-15
......\sim_jam.m,268,2013-05-14
......\sim_jam2.asv,264,2013-05-14
......\sim_jam2.m,142,2013-05-15
......\try
......\...\add_three.asv,607,2013-04-22
......\...\add_three.m,607,2013-04-22
......\...\agc2013.mdl,26322,2013-04-26
......\...\AGC_try.mdl,87767,2013-05-05
......\...\HDL.mdl,52366,2013-05-04
......\...\sim_agc.asv,252,2013-05-10
......\...\sim_agc.m,236,2013-05-13
......\...\unwork.mdl,39430,2013-05-05
......\uncoded.mdl,83045,2013-05-16
......\useful
......\......\coder.mdl,21468,2013-05-08
......\......\powercol.mdl,24754,2013-05-08
......\......\power_use.m,229,2013-05-16
......\......\scope_use.m,193,2013-05-10
截图


....\中频AGC建模仿真与干扰性能研究.txt,1434,2013-05-15

....\参数.txt,1396,2013-05-16


....\增益控制输出值.PNG,14231,2013-05-16
....\峰值提取模块.PNG,3694,2013-05-16
....\干扰类型选择.PNG,9947,2013-05-16
....\扫频干扰.PNG,8533,2013-05-16
....\比较器.PNG,8827,2013-05-16
....\脉冲间断式调幅噪声干扰.PNG,8748,2013-05-16
....\量化编码模块.PNG,4441,2013-05-16

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

发表评论

0 个回复

  • fenbunihe
    该程序是基于matlab平台而编成的,解决分布拟合度卡方检验算法(The program is based on and derived from matlab platform to address the distribution of fit chi-square test algorithm)
    2020-11-15 21:59:40下载
    积分:1
  • PrProcessing
    在进行车牌识别的预处理过程中,如何有效地提高车牌图像质量是一个关键,这一步处理的好坏将直接影响到后面车牌识别的效果。 本文重点研究直方图修改技术增强图像方法在车牌识别预处理中的应用,给出了直方图修改技术的原理,以及直方图均衡化、规定化和对比度调整的原理,最后用MATLAB来实现车牌图像增强的效果。(License Plate Recognition in the pre-treatment process, how to effectively improve the image quality license plate is a key to dealing with the merits or demerits of this step will directly affect the effectiveness of the back license plate recognition. This article focuses on the image histogram modification method to enhance license plate recognition in the pre-processing of applications, given the principle of histogram modification techniques, as well as histogram equalization, contrast adjustment provisions and the principles of using MATLAB to achieve the final vehicle the effect of brand image enhancement.)
    2009-04-22 22:02:17下载
    积分:1
  • echant_fft
    sampling of some signal and fft representation
    2011-01-13 11:05:09下载
    积分:1
  • simulingk
    说明:  飞行模拟转台伺服系统仿真 S为信号变量 1为正弦 2为阶跃 3为方波(flight simulation turntable servo system simulation S signal to a variable sinusoidal Step 2 for 3 for the square wave)
    2006-03-29 09:59:41下载
    积分:1
  • ganew
    遗传算法实例,是一个计划编排问题,适用于各类计划编排的优化问题。(GA example, is a programming issue, applicable to all types of programming optimization.)
    2006-08-06 22:40:07下载
    积分:1
  • SFEwienerdens
    通过使用插值计算的方式,计算金融波动过程的维纳现象。(Calculated by using the interpolation method to calculate the Wiener process, the phenomenon of financial volatility.)
    2011-10-22 11:03:18下载
    积分:1
  • IFP_FCM
    简介:IFP_FCM,改进型FCM(模糊C均值)聚类算法,由Frank Hoppner与Frank Klawonn于2003年提出,解决了FCM算法对初始值设定较为敏感、训练速度慢、在迭代时容易陷入局部极小的问题。并附带了Box和Jenkins煤气炉数据模型辨识实例。 文件清单: IFP_FCM算法原始论文: Improved fuzzy partitions for fuzzy regression models.pdf 程序清单: IFP_FCM.m - IFP_FCM算法主函数 initifp_fcm.m - initifp_fcm子函数 stepifp_fcm.m - stepifp_fcm子函数 distifp_fcm.m - distifp_fcm子函数 IFP_FCM_T_S_box_test.m - IFP_FCM测试实例:Box和Jenkins煤气炉数据T-S模糊模型辨识 数据文件: box_data.mat - Box和Jenkins煤气炉数据(IFP_FCM, modified FCM (Fuzzy C-Means) clustering algorithm, in 2003, proposed by Frank Hoppner and Frank Klawonn, FCM algorithm to solve the initial value setting is more sensitive, slow training, while iterating easy to fall into local minimum problem. And comes with Box and Jenkins gas furnace model identification data instance.)
    2021-04-24 20:18:47下载
    积分:1
  • aw
    说明:  利用matlab语言编写的水下简正波分析程序,可计算P(Matlab language use underwater normal wave analysis procedures, calculate P)
    2007-12-09 17:57:08下载
    积分:1
  • mplus
    matlab实现的多维矩阵的加法,可以实现矩阵的某几维的加法,用于一般性的函数(matlab implementation of the multi-dimensional matrix addition, can be achieved certain dimensional matrix addition, for general functions)
    2009-10-14 15:47:41下载
    积分:1
  • wenfeufangchengzudelongge-zip
    利用matlab编写的微分方程组的龙格库塔解法(Runge-Kutta solution of differential equations using Matlab prepared )
    2012-04-09 19:31:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载