basic_dsp_vector 0.6.0

Digital signal processing based on real or complex vectors in time or frequency domain. Vectors come with basic arithmetic, convolution, Fourier transformation and interpolation operations. The vectors are optimized for sizes of a couple of thousand elements or more.

basic_dsp_vector

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 11 of them enabled by default.

default

  • std
  • use_sse2
  • use_avx2

std

  • crossbeam
  • lazy_static
  • num_cpus
  • time
  • linreg

use_sse2

  • use_simd

use_avx2

  • use_simd

crossbeam

    This feature flag does not enable additional features.

lazy_static

    This feature flag does not enable additional features.

num_cpus

    This feature flag does not enable additional features.

time

    This feature flag does not enable additional features.

linreg

    This feature flag does not enable additional features.

use_simd

  • simd

simd

    This feature flag does not enable additional features.

use_gpu

  • ocl
  • clfft

use_avx512

  • use_simd

clfft

    This feature flag does not enable additional features.

ocl

    This feature flag does not enable additional features.