Wavelets and Filter Banks Gilbert strangTruong Nguyen小波与滤波器组
2021-09-17 06:13:22 49.59MB Wavelets and Filter Banks
1
巴特沃斯带通滤波器的matlab代码心电图过滤器 心电图滤波器的Octave / Matlab实现,该滤波器专门用于过滤给定的心电图数据,其中包含60 Hz电力线噪声以及一些其他未指定的噪声。 编写此代码是为了完成万隆技术学院的生物医学信号处理(EB3102)任务。 在印度尼西亚语中也有一份报告,详细介绍了我解决此问题的方法,以及用于生成报告的LaTeX代码。 该代码使用一些内置的Octave函数,一些信号包中的Z域分析函数以及一些用于以下方面的自写函数: 以一定频率设计陷波滤波器 设计一定频率倍数的梳状滤波器 设计一个n阶低通巴特沃斯滤波器 设计一个n阶高通巴特沃斯滤波器 设计一个n阶带通巴特沃斯滤波器
2021-09-16 08:53:22 2.03MB 系统开源
1
QRD-RLS Adaptive Filtering Jos´e Antonio Apolin´ario Jr. I feel very honoured to have been asked to write a brief foreword for this book on QRD-RLS Adaptive Filtering – a subjectwhich has been close to my heart for many years. The book is well written and very timely – I look forward personally to seeing it in print. The editor is to be congratulated on assembling such a highly esteemed team of contributing authors able to span the broad range of topics and concepts which underpin this subject. In many respects, and for reasons well expounded by the authors, the LMS algorithm has reigned supreme since its inception, as the algorithm of choice for practical applications of adaptive filtering. However, as a result of the relentless advances in electronic technology, the demand for stable and efficient RLS algorithms is growing rapidly – not just because the higher computational load is no longer such a serious barrier, but also because the technological pull has grown much stronger in the modern commercial world of 3G mobile communications, cognitive radio, high speed imagery, and so on.
2021-09-15 11:30:01 6.05MB QRD RLS Filter Adaptive
1
最后更改 新许可证Apache 2.0代替GPLv3 添加了新的参数“批处理大小”-在多个连续帧上同时检测。 它可以在功能强大的GPU上提高处理速度。 适用于Darknet和TensorRT后端,但可能会增加一些延迟 新影片! 使用YOLO v4进行车速计算(感谢 ) YOLO v4迈向ADAS的第一步 多目标(多个对象)跟踪器 1.可以使用具有不同的detectorType值的功能创建对象检测器: 1.1。 根据背景扣除:内置Vibe(跟踪:: Motion_VIBE),SuBSENSE(跟踪:: Motion_SuBSENSE)和LOBSTER(跟踪:: Motion_LOBSTER); 来自MOG2(tracking :: Motion_MOG2); MOG(跟踪:: Motion_MOG),GMG(跟踪:: Motion_GMG),并从CNT(跟踪:: Motion_CNT
2021-09-15 10:26:59 128.31MB yolo kalman-filter face-tracking hungarian-algorithm
1
matlab2016代码耦合矩阵合成 耦合矩阵法合成微波滤波器 该套件包括通过策略和耦合矩阵合成筛选器的文件,并且所有代码都在Matlab2016环境下编写。 参考 * [1] RJ Cameron,“ Chebyshev滤波功能的通用耦合矩阵合成方法”,IEEE Trans。 微波理论技术,第一卷。 47,第433-442页,1999年4月。* [2] AE Atia,AE Williams和RW Newcomb,“窄带多耦合腔合成”,IEEE Trans。 电路系统,第一卷。 1974年9月,CAS-21,第649-655页。* [3] AE Atia和AE Williams,“窄带波导滤波器”,IEEE Trans。 微波理论技术,第一卷。 MTT-20,第258-265页,1972年4月。* [4] AE Atia和AE Williams,“用于卫星转发器的新型带通滤波器”,COMSAT Tech。 修订版,第1卷。 1,第21–43页,1971年。
2021-09-14 15:45:59 6KB 系统开源
1
MyFilter.java
2021-09-14 13:05:14 758B filter
1
该资源为完整安装包,破解过程分为三步,1. 将Crack中filter_solutions.exe复制并替换到安装目录;2. 以管理员身份运行 Filter Solutions;3. 输入由任意字符构成的账号密码
2021-09-13 20:26:48 191.89MB Filter Solutions Nuhertz
1
支持无源滤波器设计,直接生成电路,windows 10 可用。替换carck文件夹下的内容即可破解,第一次打开时以管理员身份运行,license里用户名和密码随便填,ok即可。还有两个部分大家从我以前上传的资料里下载
2021-09-11 17:23:38 65MB NuHertz Filter Solutions 滤波器
1
Nuhertz公司出品,Nuhertz公司是滤波器设计软件的行业领军企业。功能非常齐全,值得一提的是,Filter Solutions绘制的曲线可以与Protel相媲美,使用Filter Solutions的曲线,通常是拿来就能用的。
2021-09-11 17:06:10 7.67MB Filter Solutions 10.0
1
y = RankOrderFilter(x, window, thd) 在 x 上运行 N 阶的排序过滤。 y 的大小与 x 相同。 如果 x 是一个矩阵,RankOrderFilter 沿 x 的列进行运算。 排序过滤器在围绕 x 的每个点的 N 大小窗口上计算数据的第 p 个百分位数。 p 可以是 0 到 100 之间的数字。为了避免边缘效应,通过重复第一个和最后一个样本 N/2 次来扩展 x。 当 p 等于 50 时,此函数的输出将与 MATLAB 的 MEDFILT1(x,N) 相同; 然而,RankOrderFilter 几乎总是更快,并且需要更少的内存。 当 p 接近 0(或接近 100)时,RankOrderFilter 计算信号的近似下(或上)包络。
2021-09-09 18:55:38 2KB matlab
1