-
Untitled1(2)
在VHF的160Mhz-160.250Mhz的范围内的250KHZ频段上,设计一个FDMA通信系统,信息序列调制方式采用GMSK调制(In the 250KHZ band of the 160Mhz-160.250Mhz of VHF, a FDMA communication system is designed. The modulation of information sequence uses GMSK modulation)
- 2017-12-18 14:08:50下载
- 积分:1
-
HistogramAdjust
Explanation about histogram and adjustment
- 2011-11-15 22:20:25下载
- 积分:1
-
fxlms_code
说明: 我提供了一个基于FXLMS的单通道前馈有源噪声控制系统的一个小例子.
为了减少噪声,我们使用控制器C(z)产生另一个“噪声”yw(k)。我们希望它破坏性地干扰X(k)。这意味着控制器必须是传播介质P(z)的模型。采用最小均方算法对控制器系数/权重进行调整。
然而,还有流体介质S(Z)留在致动器和传感器之间。我们称之为二次传播路径。所以,为了使解正确,我们需要用SH(z)来补偿调整过程,这是S(z)的估计(I provided him a little example of a single channel feed-forward active noise control system based on the FxLMS.
To reduce noise, we generate another 'noise' yw(k) using the controller C(z). We hope that it destructively interferes x(k). It means that the controller has to be a model of the propagation medium P(z). Least mean square algorithm is applied to adjust the controller coefficient/weight.
However, there is also fluid medium S(z) that stay between the actuator and sensor. We called it the secondary propagation path. So, to make the solusion right, we need to compensate the adjustment process using Sh(z), which is an estimate of S(z).)
- 2018-05-25 15:30:07下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
c语言之计算篇,从基础学起,让你彻底精通c语言的应用。
c语言之计算篇,从基础学起,让你彻底精通c语言的应用。-count of c language,study from base,lead you to be well up to application of c language
- 2022-03-06 20:33:40下载
- 积分:1
-
target_detect
说明: chirp信号目标探测,mti,mtd,可以对于初学者用于雷达杂波下的目标探测仿真(Chirp signal target detection, MTI, MTD)
- 2020-11-29 11:33:32下载
- 积分:1
-
speech mmse
基于MMSE算法基础上,研究语音增强,MATLAB源码,可以直接调用。(Based on MMSE algorithm, voice enhancement is studied. The source code of MATLAB can be directly invoked.)
- 2020-06-23 05:20:01下载
- 积分:1
-
拼图游戏,可显示参考图,并记录拼图步数。
拼图游戏,可显示参考图,并记录拼图步数。-Jigsaw puzzle, will show the reference map, and record the puzzle step.
- 2023-03-14 22:00:03下载
- 积分:1
-
ThePrincipleoftheElectronicGearandItsRealization
摘要: 文章分析了数字式交流伺服系统中的电子齿轮环节的作用, 介绍了电子齿轮的基本原理。给出了一
种在数字式交流伺服系统中实现电子齿轮功能的方法, 同时介绍了大规模可编程逻辑器件在这方面的应用。最
后分析了电子齿轮的控制精度(Abstract: This paper analyzes the digital AC servo system links the role of electronic gear, introduces the basic principles of electronic gear. Gives a digital AC servo system for electronic gear function method, also introduced a large-scale programmable logic device in this application. Finally the accuracy of electronic control gear)
- 2010-11-13 14:24:35下载
- 积分:1
-
hologram_GS
离轴菲涅尔全息加入了GS算法优化相位,产生与恢复(Off axis Finel holography)
- 2018-07-25 14:35:07下载
- 积分:1