From: baobrien Date: Fri, 11 Sep 2015 03:25:57 +0000 (+0000) Subject: comment above fm_mod_comp modified X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=cdd4f82b7690ef02cc326215b23230bbb2890619;p=freetel-svn-tracking.git comment above fm_mod_comp modified git-svn-id: https://svn.code.sf.net/p/freetel/code@2305 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/fm.c b/codec2-dev/src/fm.c index 37e7a97a..42c9b903 100644 --- a/codec2-dev/src/fm.c +++ b/codec2-dev/src/fm.c @@ -246,11 +246,12 @@ void fm_mod(struct FM *fm_states, float tx_in[], float tx_out[]){ AUTHOR......: Brady O'Brien DATE CREATED: Sept. 10 2015 - Modulate an FM signal from a baseband modulating signal + Modulate an FM signal from a baseband modulating signal. Output signal is + in complex domain struct FM *fm - FM state structure. Can be reused from fm_demod. float tx_in[] - nsam baseband samples to be modulated - float tx_out[] - nsam samples in which to place the modulated FM + COMP tx_out[] - nsam samples in which to place the modulated FM \*---------------------------------------------------------------------------*/