登录
首页 » matlab » chap09

chap09

于 2021-01-08 发布 文件大小:18KB
0 283
下载积分: 1 下载次数: 1054

代码说明:

  ex9_1 脉冲信号调制 ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图 ex9_3 产生7位巴克码编码的二相码 ex9_4 产生7位巴克码和线性调频的混合调制信号 ex9_5 瑞利分布实现程序 ex9_6 瑞利分布+杂波 ex9_7 相关对数正态分布杂波 ex9_8 相关weibull分布杂波 ex9_9 相干相关K分布杂波 ex9_10 线性调频信号的数字化正交解调 ex9_11 雷达脉冲压缩处理 ex9_12 二相编码信号的脉压处理 ex9_13 用FFT和FIR方法实现MTD处理 ex9_14 雷达的恒虚警处理(CFAR) ex9_15 比较相参积累和非相参积累(ex9_1 pulse signal modulation ex9_2 carrier 10MHz, bandwidth of 2MHz and the linear frequency modulation signal frequency spectrum 7 Barker ex9_3 produce the two-phase coding code 7 Barker ex9_4 generated code and linear FM modulation of the mixed signal Rayleigh distribution ex9_5 implementation procedures Rayleigh distribution ex9_6+ Clutter lognormal distribution ex9_7 related clutter weibull distribution ex9_8 related clutter Related ex9_9 coherent K distributed clutter LFM signal ex9_10 digital quadrature demodulation radar pulse compression ex9_11 treatment ex9_12 BPSK signal pulse pressure treatment ex9_13 Ways to use FFT and FIR implementation deal with MTD ex9_14 CFAR radar deal (CFAR) Comparison ex9_15 coherent and noncoherent)

文件列表:

chap09
......\ex9_1.m
......\ex9_10.m
......\ex9_11.m
......\ex9_12.asv
......\ex9_12.m
......\ex9_13.m
......\ex9_14.m
......\ex9_15.m
......\ex9_2.m
......\ex9_3.m
......\ex9_4.m
......\ex9_5.m
......\ex9_6.m
......\ex9_7.asv
......\ex9_7.m
......\ex9_8.m
......\ex9_9.m
......\leidaxitongfangzhen.asv
......\leidaxitongfangzhen.m
......\nonline_eq_sirp.m
......\pam.m

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

发表评论

0 个回复

  • LCD1602液晶显示
    LCD1602液晶驱动万年历显示C程序,LCD1602液晶驱动万年历显示C程序-LCD1602 LCD-driven calendar shows C procedures, LCD1602 LCD display-driven C program calendar
    2022-01-25 22:18:22下载
    积分:1
  • 用来计算一些很简单的整数的四则运算(没有括号的)
    用来计算一些很简单的整数的四则运算(没有括号的)-Used to calculate the number of very simple integer four operations (without brackets)
    2023-03-25 20:30:02下载
    积分:1
  • 的PPT学习,很好!~
    汇编学习时的PPT,非常不错!~-compilation of the PPT learning, very good! ~
    2022-02-07 11:18:53下载
    积分:1
  • A/D转换子程序,根据单片机的读写时序以及其丰富的I/O接口,利用程,实现模...
    A/D转换子程序,根据单片机的读写时序以及其丰富的I/O接口,利用汇编编程,实现模-数转换功能。-A/D conversion subroutine, in accordance with the read and write single-chip timing, as well as its wealth of I/O interface, using the compilation of programming, to achieve mold- digital conversion function.
    2022-11-26 16:00:03下载
    积分:1
  • 说明:  根据输入的字母进行大小写转换(若是输入小写字母则转换成为大写字母,反之),若输入的不是字母则提示出错并重新输入。 分别统计下列20个数中小于零、大于等于零且小于等于5、大于5的数据个数,分别存入字节单元RES1、RES2和RES3中。(BUF DB -1, 20, 3, 30, -5, 15, 100, -54, 0, 4, 78, 99, -12, 32, 3, 23, -7, 24, 60,-51) 从键盘输入两个2位十进制整数转换成组合BCD码后,把这两个数相加,结果以十进制形式显示在屏幕上。 编制一程序,从键盘输入两个长度不同的字符串,设字符串长度小于25个字符。要求在屏幕上以右边对齐的形式显示出来。(According to the input letters, make case conversion (if you input lowercase letters, it will be converted to uppercase letters, otherwise), if you do not input letters, you will be prompted with an error and re input. Count the number of data less than zero, greater than or equal to zero, less than or equal to 5 and greater than 5 in the following 20 numbers respectively, and store them in byte units res1, res2 and res3 respectively. After inputting two 2-digit decimal integers from the keyboard and converting them into combined BCD code, the two numbers are added and the result is displayed on the screen in decimal form. Write a program, input two strings of different length from the keyboard, and set the string length to be less than 25 characters. It is required to be displayed on the screen in the form of right alignment.)
    2020-10-08 17:07:36下载
    积分:1
  • Bootload assembly language
    bootload 汇编语言 -Bootload assembly language
    2022-03-13 02:49:48下载
    积分:1
  • 跑动的男孩
    跑动的男孩-running boy
    2022-03-14 10:48:35下载
    积分:1
  • WIN98硬盘引导记录祥解
    WIN98硬盘引导记录祥解-WIN98 drive boot record xiang, XIE
    2022-06-26 02:02:59下载
    积分:1
  • 51 key matrix scanning procedure, the procedure can be used for multi
    51矩阵按键扫描程序,可用于多按键程序检测用-51 key matrix scanning procedure, the procedure can be used for multi-button detection
    2022-08-22 11:38:19下载
    积分:1
  • 这是一个简单的进位制转换程序,它的功能是可以把任何进位制的数字转换成十进位制。...
    这是一个简单的进位制转换程序,它的功能是可以把任何进位制的数字转换成十进位制。-This is a simple binary system for the conversion process, its functions can be any binary system have been converted into ten binary system.
    2022-08-09 14:53:14下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载