filterPD-methods: Simple filtering of a partial discharge signal

Description Usage Arguments Author(s) See Also

Description

Filtering of a partial discharge signal.

Usage

1
2
3
4
## S4 method for signature 'PD'
filterPD(object,
         filter=N>10 & nZC>0 & W4>0 & freq1>1 & freq1<2e7 & !refl,
         select)

Arguments

object

A PD or PDCluster object.

filter

logical expression indicating elements to keep. This expression will be evaluated in the data slot of the object (as in subset).

select

Variables to be selected. This expression will be evaluated in the data of the object (as in subset).

Author(s)

Oscar Perpiñán Lamigueiro

See Also

transformPD-methods, subset


oscarperpinan/pdcluster documentation built on May 24, 2019, 4:52 p.m.