On 09/22/2011 09:05 PM, adeel anwar wrote:
> Hi,
> 
> Simulink have a block named "Matlab Function", in which user can write
> Matlab code and use it just like other simulink blocks,so does GRC have a
> smilar block which supports gnuradio commands/function (for which GRC blocks
> are not yet written ) or is such block planned in the future?
> 

Well, there is no mscript, its all python.

You can call *any* python function from a parameter in GRC. Example
using the gr.firdes filter design functions:
http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Filter-Design

If you want to make a custom block, you can do that in python or C++,
but there is not support to design that from inside the gui.

-Josh

Sent from my toaster

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to