-
STATCOM111
this file is a useful file in simulation STATCOM in power system
- 2017-05-28 21:59:10下载
- 积分:1
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--指针式时钟-Visual C cases intensive curriculum design series-- Pointer clock
- 2022-07-15 02:48:46下载
- 积分:1
-
针对矿浆管道工况调整给泄漏检测带来的干扰
说明: 针对矿浆管道工况调整给泄漏检测带来的干扰,准确提取泄漏信号的特征量是降低泄漏误报、漏报的关键。为此,提出了一种基于经验模态分解(EMD)、Hilbert能量谱与变量预测模型(VPMCD)相结合的泄漏检测方法。该方法首先将压力信号分解成若干个固有模态函数(IMF)之和,然后将IMF分量进行Hilbert变换得到局部Hilbert能量谱,依据能量分布的标准差选择最能准确反映矿浆管道运行工况的局部能量谱作为特征值向量,最后通过VPMCD分类器建立泄漏识别模型。将该方法应用于泄漏检测中,实验结果表明,矿浆管道在正常运行、泄漏和工况调整状态下,识别率达到95%,并综合分析流量信号,提高了泄漏检测精度。(According to the interference to leak detection of mineral slurry pipeline caused by work condition adjustment,effectively extracting the characteristics of leak signal is the key to reduce the leakage of the false negatives and false positives.In this paper,a leak detection method based on EMD and VPMCD is proposed. In this method,the pressure signals are decomposed into several IMF components, and then take local Hilbert energy spectrum which most accurately reflect the pipeline operation conditions as feature values, Finally the leak identification model is established by VPMCD classifier.When the method is applied to the leak detection,the experimental results show that under the conditions of normal operation,leakage and work condition adjustment, the recognition rate of the mineral slurry pipeline reaches 95%,and by comprehensively analyzing the flow signals, it also improves the accuracy of leak detection.)
- 2020-12-03 10:09:25下载
- 积分:1
-
CAD工具面板
CAD2006工具面板(可停靠,像QQ一样隐藏)(CAD2006 tool panel (docked, hidden like QQ)
CAD2006 tool panel (docked, hidden like QQ))
- 2017-09-04 09:48:36下载
- 积分:1
-
polyprox-master
Fast implementation of solutions to the min-num and min-e problems of digital
curve approximation.
- 2020-06-18 06:20:01下载
- 积分:1
-
谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在W...
谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在Windows命令控制台下创建进程及线程的方法,本文对[1]中的方法加以了实现,并做些简单的进程及线程的测试程序。
-On Windows create a thread in the examples of the many online reference are based on the MFC. In fact, experiments on this premise in terms of the operating system, no need to touch the large MFC framework. [1] mentioned in the Windows command console to create processes and threads under way, this paper [1] in the methods to achieve, and do a simple process and thread test procedures.
- 2022-03-24 20:38:18下载
- 积分:1
-
自动称重分选设备及控制系统设计
说明: 自动称重控制系统优势: 广泛用于制药 | 首选供应商
,全球领先的自动称重控制系统制造商,产品欠重/漏放/缺件检测,剔除不合格品.广泛用于制药,日化,食品,饮料,电子,五金,物流等(Automatic weighing control system advantages: widely used in pharmaceutical | preferred suppliers
The world's leading manufacturer of automatic weighing control system is testing products for under weight / leak / missing parts and rejecting unqualified products. It is widely used in pharmaceutical, daily chemical, food, beverage, electronics, hardware, logistics and so on.)
- 2017-12-01 09:10:28下载
- 积分:1
-
invertedpendulum
倒立摆控制 matlab 的控制仿真,PID控制,基于状态空间的控制。(inverted pendulum MTALAB simulink)
- 2020-12-11 20:09:18下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
031610203 周文惠 第三章作业
南航C++书后第三章习题,用的是C++语言编写,但是是vc6.0的老版编译器编写!(Chapter 3 exercises after Nanhang C++ book are written in C++ language, but it is written by the old compiler of vc6.0.)
- 2018-12-22 20:23:46下载
- 积分:1