Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | blocks: added gr::blocks::complex_to_mag | Johnathan Corgan | 2012-06-23 | 9 | -0/+209 | |
| | ||||||
* | blocks: added gr::blocks::complex_to_imag | Johnathan Corgan | 2012-06-23 | 9 | -0/+214 | |
| | ||||||
* | blocks: added gr::blocks::complex_to_real | Johnathan Corgan | 2012-06-23 | 9 | -0/+221 | |
| | ||||||
* | blocks: added gr::blocks::complex_to_float | Johnathan Corgan | 2012-06-23 | 9 | -0/+259 | |
| | ||||||
* | blocks: added gr::blocks::complex_to_interleaved_short | Johnathan Corgan | 2012-06-23 | 9 | -1/+192 | |
| | ||||||
* | blocks: added gr::blocks:char_to_short | Johnathan Corgan | 2012-06-22 | 9 | -0/+212 | |
| | ||||||
* | blocks: added gr::blocks::char_to_float | Johnathan Corgan | 2012-06-19 | 9 | -0/+278 | |
| | ||||||
* | blocks: added div_XX and sub_XX blocks | Johnathan Corgan | 2012-06-19 | 13 | -28/+506 | |
| | ||||||
* | blocks: completed transition of add and multiply blocks | Johnathan Corgan | 2012-06-16 | 26 | -43/+1502 | |
| | | | | | | | | | | | | * gr::blocks::add_* * gr::blocks::add_const_* * gr::blocks::add_const_v* * gr::blocks::multiply_* * gr::blocks::multiply_const_* * gr::blocks::multiply_const_v* Each of these has ss, ii, ff, and cc versions, for a total of 24 blocks. | |||||
* | blocks: added multiply_xx, some cleanup on add_xx | Johnathan Corgan | 2012-06-14 | 19 | -6/+597 | |
| | ||||||
* | blocks: copy alignment fix from maint | Johnathan Corgan | 2012-06-10 | 1 | -1/+1 | |
| | ||||||
* | blocks: fix XML file in previous commit | Johnathan Corgan | 2012-06-08 | 1 | -1/+1 | |
| | ||||||
* | blocks: added blocks_add_const_xx | Johnathan Corgan | 2012-06-08 | 9 | -8/+281 | |
| | ||||||
* | blocks: adds new top-level component gr-blocks with first block | Johnathan Corgan | 2012-06-08 | 22 | -0/+1235 | |
gr::blocks::add_XX |