-
Abstract Based on the rapid Negentropy 1 CA fixed point algorithm, introduced th...
【 摘 要】 提出了一种基于负熵的快速不动点1 C A算法, 介绍了负熵的定义和如何将其用作代价函数度量混合信号的非
高斯性。 详细介绍了基于负熵的固定点准则以及简化算法。实验选取 3个非高斯向量作为信号源进行 Ma t l a b分离仿真, 结果显示
分离效果良好。-Abstract Based on the rapid Negentropy 1 CA fixed point algorithm, introduced the definition of negentropy and how to measure its cost function for mixed-signal of the non-Gaussian. Described in detail based on the fixed-point Negentropy criteria and simplify the algorithm. Experiment to select three non-Gaussian vector as a signal source separation Ma tlab simulation results showed good separation efficiency.
- 2022-03-23 05:22:27下载
- 积分:1
-
一个打印机的程序
一个打印机的程序-a printer procedures
- 2022-04-06 23:41:14下载
- 积分:1
-
HOOK API代码例子
HOOK API的代码,通过学习此代码,可以掌握如何HOOK API函数。本代码包中包含了隐藏进程,文件监视等代码。希望能给学习HOOK API函数的朋友带来帮助。
- 2022-10-26 19:05:03下载
- 积分:1
-
是个多线程编程的例子,对初学者有帮助,里面的书写规范
是个多线程编程的例子,对初学者有帮助,里面的书写规范-Is an example of multi-threaded programming, there is help for beginners, which regulate the writing
- 2023-06-13 22:10:03下载
- 积分:1
-
VegaPrime_2.0_Web_Samples.part02.rar (400 KB)
VegaPrime_2.0_Web_Samples.part02.rar (400 KB)
- 2023-04-18 17:45:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
能够辅助您找出应用程序中内存遗失 ( Memory Leaks ) 的单元 (2.0 版)pascal...
能够辅助您找出应用程序中内存遗失 ( Memory Leaks ) 的单元 (2.0 版)pascal-could help you find application program memory loss (Memory Leaks) Module (Version 2.0) pascal
- 2022-04-11 01:48:34下载
- 积分:1
-
文件归档器 1.0
文件归档是结合了大量的文件汇集成一个归档文件,或一系列档案文件,为了便于运输和储存的计算机程序。
文件归档器可以使用在他们的档案格式无损数据压缩,以减少档案的大小。
- 2022-06-15 15:35:12下载
- 积分:1
-
使用信号量进行线程同步控制,是学习多线程编程的好范例
使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
- 2022-02-11 19:32:31下载
- 积分:1
-
WndTabs plug
VC的插件WndTabs(使VC编辑器具有TabControl) 的开发包源代码-WndTabs plug-VC (VC editor so with TabControl) Development Kit source code
- 2022-12-03 10:10:04下载
- 积分:1