Docs.rs
signal_processing-0.1.0
signal_processing 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sigurd4
Dependencies
array_math ^0.2.42
normal
moddef ^0.2.2
normal
ndarray ^0.15.6
normal
ndarray-linalg ^0.16.0
normal
num ^0.4.1
normal
option_trait ^0.1.16
normal
rand ^0.8.5
normal
statrs ^0.16.0
normal
thiserror ^1.0.58
normal
image ^0.25.1
dev
linspace ^0.1.1
dev
plotters ^0.3.5
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
signal_processing
0.1.0
RtfOrSystem
Required Associated Types
Domain
Implementors
In crate signal_processing
?
Settings
Trait
signal_processing
::
RtfOrSystem
Copy item path
source
·
[
−
]
pub trait RtfOrSystem { type
Domain
:
ComplexFloat
; }
Required Associated Types
§
source
type
Domain
:
ComplexFloat
Implementors
§
source
§
impl<'a, W, S>
RtfOrSystem
for
Rtf
<'a, W, S>
where W:
ComplexFloat
<Real = <S::
Domain
as
ComplexFloat
>::
Real
>, S::
Domain
:
Into
<W>, S:
System
,
§
type
Domain
= W
source
§
impl<T, A, B, C, D>
RtfOrSystem
for
Ss
<T, A, B, C, D>
where T:
ComplexFloat
, A:
SsAMatrix
<T, B, C, D>, B:
SsBMatrix
<T, A, C, D>, C:
SsCMatrix
<T, A, B, D>, D:
SsDMatrix
<T, A, B, C>,
§
type
Domain
= T
source
§
impl<T, B, A>
RtfOrSystem
for
Tf
<T, B, A>
where T:
ComplexFloat
, B:
MaybeLists
<T>, A:
MaybeList
<T>,
§
type
Domain
= T
source
§
impl<T, B, A, S>
RtfOrSystem
for
Sos
<T, B, A, S>
where T:
ComplexFloat
, B:
Maybe
<
[T; 3]
> +
MaybeOwnedList
<T>, A:
Maybe
<
[T; 3]
> +
MaybeOwnedList
<T>, S:
MaybeList
<
Tf
<T, B, A>>,
§
type
Domain
= T
source
§
impl<T, R, P, RP, K>
RtfOrSystem
for
Rpk
<T, R, P, RP, K>
where T:
ComplexFloat
, R:
ComplexFloat
<Real = T::
Real
>, P:
ComplexFloat
<Real = T::
Real
>, RP:
MaybeList
<
(R, P)
>, K:
MaybeList
<T>,
§
type
Domain
= T
source
§
impl<T, Z, P, K, R>
RtfOrSystem
for
Zpk
<T, Z, P, K>
where T:
ComplexFloat
<Real = R>, K:
ComplexFloat
<Real = R>, Z:
MaybeList
<T>, P:
MaybeList
<T>,
§
type
Domain
= K