-
利用传统的波束形成方法和music算法对宽带信号的DOA进行估计的仿真程序。...
利用传统的波束形成方法和music算法对宽带信号的DOA进行估计的仿真程序。-Using traditional methods and music beamforming algorithm to wideband signal DOA estimation of the simulation program.
- 2022-04-06 14:51:12下载
- 积分:1
-
GetMixMatrixUsingFCM
说明: 欠定盲源分离是典型的信号处理问题,最早起源于鸡尾酒问题,目前作为一类具有挑战性数学问题,本文给出了混合矩阵的一种估计方法的matlab(Underdetermined blind source separation is a typical signal processing problem, which originated from cocktail problem. At present, as a kind of challenging mathematical problem, this paper presents a matlab estimation method of mixed matrix)
- 2020-03-09 11:06:52下载
- 积分:1
-
AN282SW
说明: C8051F USB MASS STORAGE example code
- 2019-06-24 18:04:07下载
- 积分:1
-
estimation_of_sensible_heat _flux
根据sebal模型计算陆地的感热通量,里面需要大量的参数,由涡度相关数据和气象数据获得。(Based on the SEBAL model, the sensible heat flux of the land is calculated, where a large number of parameters are needed, which are obtained from eddy covariance data and meteorological data.)
- 2020-07-01 01:40:01下载
- 积分:1
-
使用PHP和AJAX,MySQL的评论
Comments using PHP and ajax and mySQl
- 2022-02-02 02:59:00下载
- 积分:1
-
gmm test...
gmm test...
gmm test
gmm test...
gmm test...
gmm test
- 2022-03-10 19:23:31下载
- 积分:1
-
16*16点阵显示汉字,能够实现汉字循环移动,已经调试过了
16*16点阵显示汉字,能够实现汉字循环移动,已经调试过了-16* 16 dot matrix display Chinese characters, Chinese characters can be achieved recycling movement, has been passed to debug
- 2022-10-10 02:40:03下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
cxfx
读入一个C程序,统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并利用统计信息分析评价该程序的风格。(Read into a C program, statistical program code, comments and blank lines as well as the function of the number of rows the number and average number of rows, and use statistical information analysis and evaluation of the program' s style.)
- 2009-10-11 15:57:14下载
- 积分:1
-
Stm32 Led control
This program is to control five LED blocks with PWM.
- 2018-06-27 19:17:26下载
- 积分:1