登录
首页 » 汇编语言 » ex9_1脉冲信号调制

ex9_1脉冲信号调制

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

代码说明:

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 a

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

发表评论

0 个回复

  • 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
    学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
    2022-03-25 02:44:30下载
    积分:1
  • 实现的烟花效果,包括源代码和EXE文件,C.
    用汇编实现的一个烟花效果,包括源代码和exe文件,直接可以看效果-Assembler to achieve a fireworks effects, including source code and exe files, can be seen the direct effect of
    2022-02-14 23:21:12下载
    积分:1
  • transmitter receiver program
    transmitter receiver program
    2022-03-21 11:00:20下载
    积分:1
  • C译器的源代码
    C语言编译器的源代码-C language compiler source code
    2022-06-19 18:14:49下载
    积分:1
  • JAVA初级程代码 输出文本 还有更换格式对程序代码的影响
    JAVA初级编程代码 输出文本 还有更换格式对程序代码的影响-primary JAVA programming code also replace the text output format of the procedural code of
    2022-07-22 00:57:19下载
    积分:1
  • 两个十进制数相乘的实验
    一.        实验目的 1.掌握乘法和循环指令的用法。 2.熟悉在PC机上建立、汇编、连接、调试和运行,8088/8086汇编语言程序的过程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-08-25 13:45:03下载
    积分:1
  • 宿舍管理系统+代码用面向对象实现宿舍管理系统 用面向对象实现宿舍管理系统...
    宿舍管理系统+代码用面向对象实现宿舍管理系统 用面向对象实现宿舍管理系统-Hostel management system+ Code quarters realize object-oriented management system with object-oriented management system realize quarters
    2022-04-23 00:29:08下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • random.zip 随机数产生器的源代码 cmdsrc.zip 一个文本辑器的源代码 ourvxd.zip 一个用VxD的简单例子 foxpr...
    random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation of source code used to compile a series of simple example VxD a foxprn.zip use Fox assembler language interface program print graphics procedures amis.zip in the compilation process TSRs flexibility in the use of the library
    2022-02-01 16:27:50下载
    积分:1
  • 这个源代码是可运行的。
    这个源代码是可运行的。-the source code can be run.
    2022-01-21 00:25:22下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载