登录
首页 » matlab » MATLAB Code

MATLAB Code

于 2017-06-07 发布 文件大小:680KB
0 162
下载积分: 1 下载次数: 27

代码说明:

  雷达系统分析与设计(第三版)书中所有程序代码(Radar system analysis and design (Third Edition))

文件列表:

MATLAB Code\absorption_range.m
MATLAB Code\adaptive_array_lms.m
MATLAB Code\addnoise.m
MATLAB Code\airyzo1.m
MATLAB Code\ambiguity_code.m
MATLAB Code\array.fig
MATLAB Code\array.m
MATLAB Code\atmospheric_attn.m
MATLAB Code\atmo_absorp.m
MATLAB Code\atmo_attn.m
MATLAB Code\Barker_ambig.m
MATLAB Code\burn_thru.m
MATLAB Code\circular_array.m
MATLAB Code\circ_array.m
MATLAB Code\clutter_rcs.m
MATLAB Code\cylinder.m
MATLAB Code\cylinderi.m
MATLAB Code\cylinderRCS_fig.mat
MATLAB Code\diffraction.m
MATLAB Code\display_pattern.m
MATLAB Code\divergence.m
MATLAB Code\doppler_freq.m
MATLAB Code\double_canceler.m
MATLAB Code\fdtd.m
MATLAB Code\Fi12_4.m
MATLAB Code\Fig10_10.m
MATLAB Code\Fig10_22.m
MATLAB Code\Fig10_23.m
MATLAB Code\Fig10_24.m
MATLAB Code\Fig10_25.m
MATLAB Code\Fig10_26.m
MATLAB Code\Fig10_8.m
MATLAB Code\Fig10_9.m
MATLAB Code\Fig12_12-13.m
MATLAB Code\Fig12_3.m
MATLAB Code\Fig12_4.m
MATLAB Code\Fig12_5.m
MATLAB Code\Fig13A_1.m
MATLAB Code\Fig13_10.m
MATLAB Code\Fig13_11.m
MATLAB Code\Fig13_12.m
MATLAB Code\Fig13_13.m
MATLAB Code\Fig13_2.m
MATLAB Code\Fig13_4.m
MATLAB Code\Fig13_5.m
MATLAB Code\Fig13_6.m
MATLAB Code\Fig13_7.m
MATLAB Code\Fig13_8.m
MATLAB Code\Fig13_9.m
MATLAB Code\Fig14_10.m
MATLAB Code\Fig14_12a.m
MATLAB Code\Fig14_19.m
MATLAB Code\Fig14_3.m
MATLAB Code\Fig14_5_6.m
MATLAB Code\Fig15_5.m
MATLAB Code\Fig15_50.m
MATLAB Code\Fig15_51.m
MATLAB Code\Fig15_7.m
MATLAB Code\Fig16_4_5.m
MATLAB Code\Fig17_20.m
MATLAB Code\Fig17_21.m
MATLAB Code\Fig17_27.m
MATLAB Code\Fig17_28.m
MATLAB Code\Fig18_12_13.m
MATLAB Code\Fig2_1.m
MATLAB Code\Fig2_10.m
MATLAB Code\Fig2_2.m
MATLAB Code\Fig2_21.m
MATLAB Code\Fig2_3.m
MATLAB Code\Fig2_6.m
MATLAB Code\Fig2_7b.m
MATLAB Code\Fig2_8.m
MATLAB Code\Fig2_9.m
MATLAB Code\Fig2_extra_RRF
MATLAB Code\Fig3_10_13.m
MATLAB Code\Fig3_6.m
MATLAB Code\Fig3_8.m
MATLAB Code\Fig5_10.m
MATLAB Code\Fig5_13.m
MATLAB Code\Fig5_15.m.m
MATLAB Code\Fig5_2.m
MATLAB Code\Fig5_4.m
MATLAB Code\Fig5_5.m
MATLAB Code\Fig5_6.m
MATLAB Code\Fig5_8.m
MATLAB Code\Fig5_9a.m
MATLAB Code\Fig6_10_13.m
MATLAB Code\Fig6_15_16.m
MATLAB Code\Fig6_17.m
MATLAB Code\Fig6_2.m
MATLAB Code\Fig6_20.m
MATLAB Code\Fig6_2a.fig
MATLAB Code\Fig6_2b.fig
MATLAB Code\Fig6_3.m
MATLAB Code\Fig7_19.m
MATLAB Code\Fig7_20.m
MATLAB Code\Fig7_3.m
MATLAB Code\Fig8_11_12.m
MATLAB Code\Fig8_13_14.m
MATLAB Code\Fig8_17.m

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

发表评论

0 个回复

  • c#代码规范
    c#代码规范,文本资料,c#语言的代码规范用法(C # Code specification, text data, code specification usage in C # language)
    2020-06-16 08:40:02下载
    积分:1
  • 液晶显示测试程序 液晶显示测试程序
    液晶显示测试程序 液晶显示测试程序 -LCD liquid crystal display test procedure test procedures
    2023-01-18 16:55:03下载
    积分:1
  • 距离最短路由
    用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
    2020-07-08 17:48:55下载
    积分:1
  • 读者写者问题
    说明:  1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ?当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ?当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。 ?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。 ?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。 ?当buffer满时,写者应该等待,直到buffer有空闲为止。 4、定义主函数,在其中可以任意创建读者与写者。 可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion. 2. Define a reader function: When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer. When other readers occupy the buffer, they can read the buffer. When there is data in the buffer, read a data from it, display and exit. When there is no data in the buffer, wait until the data in the buffer is readable. 3. Define a writer function When a reader is occupying the buffer, the writer should wait until all readers quit. When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
    2019-12-27 18:49:46下载
    积分:1
  • 这是一个分
    这是一个子波程序,在地震勘探相关的程序编写中常常会遇到编写相关的子波程序,该程序可作为参考-This is a sub-wave process, seismic exploration in the preparation of the relevant procedures usually encountered in the preparation of wavelet-related procedures, the procedures may be used as reference
    2023-04-07 23:10:04下载
    积分:1
  • Tetris original code c Tetris source. .
    俄罗斯方块原码c++ 俄罗斯方块原代码-Tetris original code c Tetris source. .
    2022-07-14 10:18:25下载
    积分:1
  • DGM
    说明:  灰色系统中,基于分数阶累加的DGM模型的调用函数,函数的名字比较奇怪,因为是在组合程序中使用的。使用时将该调用函数的名字更改即可。 为使得程序执行,相应的累加累减函数同时给出。(The function of DGM model which is imprtant model in the grey system.)
    2020-12-02 17:19:25下载
    积分:1
  • 俄罗斯方块VC++源代码.rar
    俄罗斯方块VC++源代码.rar-Tetris VC source. Rar
    2022-03-21 23:53:00下载
    积分:1
  • 灰鸽子
    【1】对远程计算机文件管理:模枋Windows 资源管理器,可以对文件进行复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。 【2】远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、插件功能、服务管理、共享管理、代理服务、MS-Dos模拟! 【3】捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能! 功能 【4】视频监控,可以监控远程控制头!,还有语音监听和发送功能! 【5】telnet(超级终端). 【6】语音监听和发送!可以和远程主机进程语音对话!([1] on the remote computer file management mode: Fang Windows explorer, can copy files, paste, delete, rename, remote operation, you can upload and download files or folders, easy to use. [2] remote control commands: View remote system information, clipboard view, process management, window management, plug-in function, service management, sharing management, agent service, MS-Dos simulation. [3] capture screen: not only can capture the remote computer screen continuously, but also transmit the local mouse and keyboard to remote to achieve real-time control function. function [4] video surveillance, can monitor remote control head! And voice monitoring and sending functions! [5] telnet (super terminal). (6) voice listening and sending! Can talk to the remote host process voice dialogue!)
    2018-01-15 10:06:30下载
    积分:1
  • cnode社区版
    cnode社区版微信小程序,实现cnode社区的微信小程序端展示(Cnode Community Edition)
    2019-05-20 17:39:22下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载