-
pdf
对于有尖峰的非高斯海杂波,有几种模型来进行拟合,比较流行的有对数正态分布、韦布尔分布和 K 分布等。该程序通过改进实测数据海杂波拟合PDF分布(Sea clutter fitting PDF distribution by improving measured data)
- 2018-05-22 21:55:11下载
- 积分:1
-
综述
导航类综述性文章,包括MEMS微型惯导综述,单兵自主导航技术等,以及视觉导航综述(Navigation review articles, including MEMS micro-inertial review, individual autonomous navigation technology, and visual navigation overview)
- 2019-04-10 10:31:59下载
- 积分:1
-
LLC
LLC的闭环仿真,其中,PFM部分是重点,网上暂时没有这方面的模型,是我自己编的(The closed loop simulation of LLC, part PFM is the key point. There is no such model on the Internet for the time being. I made it myself.)
- 2021-01-12 00:48:49下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
控制器项目,主要是能够智能控制某个机器或者个体按照程序设置的做
控制器项目,主要是能够智能控制某个机器或者个体按照程序设置的做-Controller projects, mainly to intelligent control of a machine or individual in accordance with the procedures set up to do
- 2022-11-16 06:50:03下载
- 积分:1
-
jquery点击展开详细内容效果
jquery实现的点击展开详细内容效果,鼠标点击后展开详细的文字说明,再次点击后则向上收起,展开时附有向下滑动的动画效果,在一些电影网站、视频网站,有些视频介绍是这种形式的,当用户需要时,会点击“显示全部”的功能按钮,此时会展开所有的视频介绍。
- 2023-01-21 13:00:04下载
- 积分:1
-
daima
对OFDM系统中的PAPR的改善的每种方法包括限幅法,SLM和PTS的MATLAB仿真(clipping and filter SLM PTS)
- 2018-06-09 18:52:46下载
- 积分:1
-
一个3阶的CIC内插滤波器,可作为delta sigma DAC升采样率模块,用于半带滤波器后。...
一个3阶的CIC内插滤波器,可作为delta sigma DAC升采样率模块,用于半带滤波器后。-a three bands CIC interpolation filter, as delta sigma DAC sampling rate or module for the half-band filter.
- 2022-01-30 10:39:37下载
- 积分:1
-
itoolbox-ipls
ipls工具箱 matlab(Ipls toolbox MATLAB)
- 2018-05-27 16:19:48下载
- 积分:1
-
TLV320AIC29IRGZRG4
Stereo audio codec with integrated headphone and speaker amplifiers.
- 2010-02-25 20:33:09下载
- 积分:1