登录
首页 » 其他项目 » 本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除...

本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除...

于 2023-06-17 发布 文件大小:3.20 kB
0 287
下载积分: 2 下载次数: 2

代码说明:

本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除以长度N,即可得到杂波的功率谱,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!- This program has been organized into WORD document I, the programming language MATLAB, the program produced the first method using non-recursive filter coefficients to generate the relevant Gaussian clutter, clutter signals directly to FFT transform, the result after the square modulus divided by the length of the N, can be obtained the power spectrum of clutter, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!

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

发表评论

0 个回复

  • EZ/EM
    EZ/EM-1 是带有编程功能的片上调试仿真器,可以用于NEC 电子的Flash 微控制器的调试及编程,支持的器件包括NEC AllFlash 78K0S/78K0/78K0R/V850 系列MCU。-EZ/EM-1 is a programming function with on-chip debugging emulator, can be used in NEC Electronics Flash microcontroller debugging and programming, support devices, including NEC AllFlash 78K0S/78K0/78K0R/V850 series MCU.
    2023-03-27 10:05:03下载
    积分:1
  • Snake will turboc2 skate.c documents can be run. SN : snake***** EGAVGA.BGI coul...
    贪吃蛇 将skate.c文件用turboc2运行即可。 SN:snake ***** EGAVGA.BGI不能删除,如果删除,则SKATE.EXE就不能运行-Snake will turboc2 skate.c documents can be run. SN : snake***** EGAVGA.BGI could not be deleted, if deleted, then SKATE.EXE can not run
    2022-05-09 09:08:14下载
    积分:1
  • vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。...
    vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。-vc environment on the pro/engineer to carry out the secondary development of small examples. Examples demonstrate the development of methods of dialog.
    2022-11-23 07:00:03下载
    积分:1
  • 韦根感应IC卡读写器PCB图,成熟产品,已经用于销售,单片机采用STC89C58RD+,读写模块为RC5...
    韦根感应IC卡读写器PCB图,成熟产品,已经用于销售,单片机采用STC89C58RD+,读写模块为RC5-Wiegand sensor IC card reader PCB map, mature product that has been used for sales, single-chip microcomputer used STC89C58RD+, Read and write modules for RC5
    2022-11-26 10:35:03下载
    积分:1
  • 早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发...
    早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对于DOS下的C++编程有一定的参考作用,其中的DOS界面设计应该是比较精彩的部分,另外,一些dos下的设备操作技巧,也也有参考作用吧,比如:XMS调用、鼠标中断处理、键盘中断处理,汉字显示等等。所有的功能用类的方式组织,再利用很容易。 附有编译后的可执行版本,需要附有XMS的DOS系统,在98的DOS窗口下可以运行,2000/nt/xp下不能运行。-early works = ZHB pumps Correction Detection System (DEMO) = [dos interface design-- the software system uses Borland C [3.1] preparation, the system entirely by one person, I developed with the use of spare time. System development process not use other people to do the job package, all the functions are by themselves in a one to realize that all the interfaces are designed by themselves, including : Chinese, XMS call, interrupt handling the mouse, keyboard interrupt handling and a variety of Chinese characters, AscII adaptive code characters display window, the window menu, select window, input
    2022-01-30 10:46:14下载
    积分:1
  • 用于换热器的参数估计和绘制温度分布图
    for the parameter estimation and plot the temperature profile for the exchanger
    2022-08-26 15:00:04下载
    积分:1
  • Log4Net使用演示
    log4net是一个功能著名的开源日志记录组件。利用log4net可以方便地将日志信息记录到文件、控制台、Windows事件日志和数据库(包括MS SQL Server, Access, Oracle9i,Oracle8i,DB2,SQLite)中。并且我们还可以记载控制要记载的日志级别,可以记载的日志类别包括:FATAL(致命错误)、ERROR(一般错误)、WARN(警告)、INFO(一般信息)、DEBUG(调试信息)。要想获取最新版本的log4net组件库,可以到官方网站http://logging.apache.org/log4net/下载。
    2022-01-25 16:07:20下载
    积分:1
  • VC language coding HAUFMM
    用VC语言实现HAUFMM的编码-VC language coding HAUFMM
    2022-07-03 07:21:36下载
    积分:1
  • 梵塔问题的递归求解
    梵塔问题的递归求解-Vatican Tower of recursive solution
    2023-08-17 12:40:04下载
    积分:1
  • to use MATLAB simulation and control systems operation
    运用MATLAB对控制系统进行仿真操作-to use MATLAB simulation and control systems operation
    2022-02-09 19:44:03下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载