Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread jason sam
ok got it On Mon, May 26, 2014 at 11:40 AM, Marcus Müller wrote: > Hi Ali, > > I'm talking about > > http://gnuradio.org/doc/doxygen/classgr_1_1analog_1_1frequency__modulator__fc.html > > This is the and thus only comprehensive documentation. > But really, all this block does is, like I in text

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread Marcus Müller
Hi Ali, I'm talking about http://gnuradio.org/doc/doxygen/classgr_1_1analog_1_1frequency__modulator__fc.html This is the and thus only comprehensive documentation. But really, all this block does is, like I in text [1] and activecat in text and code[2] tried to explain, is increase the phase of i

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread Activecat
On Mon, May 26, 2014 at 10:20 AM, Activecat wrote: > On 25.05.2014 20:01, jason sam wrote: > >> > But if it is doing FM then there should be some min and max >> > frequencies between which the signal will be switching? >> > > > If you refer to the source code of the frequency_modulator_fc_impl.cc

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread Activecat
On 25.05.2014 20:01, jason sam wrote: > > But if it is doing FM then there should be some min and max > > frequencies between which the signal will be switching? > If you refer to the source code of the frequency_modulator_fc_impl.cc, then the min and max frequencies could be calculated. Says,

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread Marcus Müller
You still seem to have no real grasp on what the frequency_modulator block does. Read my reply, and the documentation to that block again: >> The frequency mod is but an input amplitude controlled complex sine. >> It outputs a signal, which has a momentary phase increase that is >> proportional to

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-24 Thread Marcus Müller
Ali, again: there is no center frequency in a baseband simulation. Your sawtooth-repeat combination will give you a step signal, where the amplitude is constant for 500 items. All frequencies that you set are only used to calculate what will happen in one sample. The frequency mod is but an input

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-24 Thread jason sam
Correction not 50 Hz but whatever the rate is after interpolation On Sat, May 24, 2014 at 12:23 PM, jason sam wrote: > Another question related to my flowgraph that when i use the' Frequency > Mod' block...then it will take the center frequency as 50Hz(the freq of the > signal coming in)?? > >

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-24 Thread jason sam
Another question related to my flowgraph that when i use the' Frequency Mod' block...then it will take the center frequency as 50Hz(the freq of the signal coming in)?? On Fri, May 23, 2014 at 1:28 PM, Ron Economos wrote: > I was experimenting with this the other day. I used > the wide band FM

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-23 Thread Ron Economos
I was experimenting with this the other day. I used the wide band FM modulator instead, since the deviation can be set. Here's the flow graph. http://www.w6rz.net/fmtest.grc The test audio files. sine01.wav is 0.1 Hz and sine15k.wav is 15000 Hz. http://www.w6rz.net/sine01.wav http://www.w6rz.n

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-23 Thread Nemanja Savic
Well, when I use the same sensitivity as u, I cant see, but with higher value u can see.U can use average option but still with that sensitivity u will not see much. On Fri, May 23, 2014 at 6:26 AM, jason sam wrote: > Hi, > I have made the flowgraph as attached..It is showing the modulation in