Re: [Discuss-gnuradio] IFFT block output incorrect?

2018-02-08 Thread rear1019
On Fri, 02 Feb 2018 at 20:14:44 -0500, Weihan Chen wrote: > I was trying to compare the output of the IFFT block and that from Matlab. > Here's what I get: > My input: [1,2,3,4] > output from Matlab: [2.5+0j, -0.5-0.5j, -0.5+0j, -0.5+0.5j] > output from gnuradio: [10+0j, 2+2j, -2+0j, 2-2j] >

Re: [Discuss-gnuradio] gr-radar and FMCW radar imlementation for measuring range with high resolution

2018-02-08 Thread Sebastian Müller
Hi Tilen, Am 8. Februar 2018 um 16:31:37, Tilen Matkovič (matkovic.ti...@gmail.com) schrieb: Hello everyone, I am working on a project where I am using radars to measure distance/range from one point to another (with relatively high range resolution - range of centimeters or even millimeters).

[Discuss-gnuradio] gr-radar and FMCW radar imlementation for measuring range with high resolution

2018-02-08 Thread Tilen Matkovič
Hello everyone, I am working on a project where I am using radars to measure distance/range from one point to another (with relatively high range resolution - range of centimeters or even millimeters). I found the gr-radar (https://github.com/kit-cel/gr-radar/) module for GNU radio, which