24#ifndef INCLUDED_CDMA_AMP_VAR_EST_H
25#define INCLUDED_CDMA_AMP_VAR_EST_H
28#include <gnuradio/sync_block.h>
53 typedef boost::shared_ptr<amp_var_est>
sptr;
66 virtual float alpha()
const = 0;
#define CDMA_API
Definition api.h:30
Assumes as input a constant complex signal with complex noise s[i]=(A+j B) + (wr[i]+j wi[i]) Estimate...
Definition amp_var_est.h:51
virtual float alpha() const =0
static sptr make(float alpha)
Return a shared_ptr to a new instance of cdma::amp_var_est.
virtual void set_alpha(float k)=0
boost::shared_ptr< amp_var_est > sptr
Definition amp_var_est.h:53
Definition amp_var_est.h:30