GNU Radio's CYBERRADIO Package
vector_nlog10_ff_impl.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2022 G3.
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7
8#ifndef INCLUDED_CYBERRADIO_VECTOR_NLOG10_FF_IMPL_H
9#define INCLUDED_CYBERRADIO_VECTOR_NLOG10_FF_IMPL_H
10
12
13namespace gr {
14 namespace CyberRadio {
15
17 {
18 private:
19 float d_n;
20 size_t d_vlen;
21 float d_k;
22
23 public:
24 vector_nlog10_ff_impl(float n, size_t vlen, float k);
26
27 int work(int noutput_items,
28 gr_vector_const_void_star &input_items,
29 gr_vector_void_star &output_items);
30
31 };
32
33 } // namespace CyberRadio
34} // namespace gr
35
36#endif /* INCLUDED_CYBERRADIO_VECTOR_NLOG10_FF_IMPL_H */
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
vector_nlog10_ff_impl(float n, size_t vlen, float k)
<+description of block+>
Definition vector_nlog10_ff.h:23
Provides programming elements for controlling the CyberRadio Solutions NDR651 radio.
Definition single_pole_iir.h:31
Provides programming elements for controlling CyberRadio Solutions products.
Definition single_pole_iir.h:30