Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_fxpt_nco.h
index 879c5ab4c35e9564efabda20cb62328850d6b768..ca0d54f024e4751caaae69a3e968d24110c6d403 100644 (file)
 
 /*!
  * \brief Numerically Controlled Oscillator (NCO)
+ * \ingroup misc
  */
 class gr_fxpt_nco {
-  gr_int32     d_phase;
+  gr_uint32    d_phase;
   gr_int32     d_phase_inc;
 
 public: