23#ifndef INCLUDED_CDMA_AMP_VAR_EST_IMPL_H
24#define INCLUDED_CDMA_AMP_VAR_EST_IMPL_H
42 float alpha()
const {
return d_alpha; }
50 int work(
int noutput_items,
51 gr_vector_const_void_star &input_items,
52 gr_vector_void_star &output_items);
Definition amp_var_est_impl.h:32
void set_alpha(float alpha)
Definition amp_var_est_impl.h:43
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
amp_var_est_impl(float alpha)
float alpha() const
Definition amp_var_est_impl.h:42
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
Definition amp_var_est.h:30