Hi Guys,
If I use interp_fir_filter_ccc(3, [1, 2, 3, 4, 5, 6]) on a vector
source containing [1, 0, 0, ...] then I get [1, 2, 3, 4, 5, 6, 0, 0,
...] as expected. However, if I use interp_fir_filter_ccc(3, [1, 2, 3,
4, 5]) then I get [0, 1, 2, 3, 4, 5, 0, 0, ...] so the samples are
shifted to the r
;
> Message: 6
> Date: Sun, 5 Jan 2014 14:52:58 +0100
> From: Martin Braun
> To: "discuss-gnuradio@gnu.org"
> Subject: Re: [Discuss-gnuradio] gnuradio at FOSDEM 2014
> Message-ID:
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Sun, Ja
On 01/05/2014 10:50 AM, Jean-Michel FRIEDT wrote:
> not sure if this issue is relevant to the mailing list:
> while running the tutorial at
> https://github.com/balister/oe-gnuradio-manifest
> which aims at recovering all tools needed to build an image for an embedded
> architecture, intensive requ
On 01/05/2014 08:52 AM, Martin Braun wrote:
> On Sun, Jan 5, 2014 at 12:11 PM, Kristoff Bonne wrote:
>
>> GNUradio is (ofcourse) a big part of this track.
>>
>> I am very interested in attending it.
>> Question:
>> Is this something I should take my laptop with me and where we can try out
>> whil
not sure if this issue is relevant to the mailing list:
while running the tutorial at https://github.com/balister/oe-gnuradio-manifest
which aims at recovering all tools needed to build an image for an embedded
architecture, intensive requests to git are performed to fetch all the source
codes.
Al
Hi,
Do a search on "FEM", Finite Element Method.
Today there are tons of example code using Gaussian elimination.
My Masters Thesis (1990:s) was solving any 2D/3D Trusses using FEM.
It took me less than 50 lines of C code and could solve >20k unknowns.
Note: The matrix will be 1/2 full of zeros.
On Sun, Jan 5, 2014 at 12:11 PM, Kristoff Bonne wrote:
> GNUradio is (ofcourse) a big part of this track.
>
> I am very interested in attending it.
> Question:
> Is this something I should take my laptop with me and where we can try out
> while attending, or is this more a "relax and listen" kind
Hi,
I have seen that on sunday, the 2nd of february, there is a complete
"Software Defined Radio" devroom at FOSDEM 2014 (Free and OpenSource
Developers Eurooean Meeting) here in Brussels.
https://fosdem.org/2014/schedule/track/software_defined_radio/
GNUradio is (ofcourse) a big part of thi
On 01/04/2014 01:08 PM, Marcus Müller wrote:
> Hi Nasi,
>
> GNU Radio itself is not a math system. That being said, there are
> several math frameworks for C++ and Python; furthermore, if you're
> writing your own Python blocks, your work parameters are usually numpy
> ndarrays, and numpy (togethe
On 01/03/2014 11:01 PM, Miguel Duarte wrote:
> The proposed solution was using detector1.wait() and detector1 = None
> after stopping the flowgraph.
I very vaguely remember something like this... Try this: Put the whole
thing into an extra function, and assign the tb there, like:
def run_one_inst
10 matches
Mail list logo