Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Not a fan of procedural languages syntax for HD (Score 2) 51

I would say that the main advantage of using Python is in the verification process - writing test fixtures and analyzing the results of simulations is much easier to do with the Python toolkit. Design of real world Digital Signal Processing for the FPGA feels much more natural.

In the end, All simulations end up running in a real Verilog simulator, after conversion. I use Icarus Verilog and it integrates seamlessly at this point. You can tie in your own Verilog modules too.

Chris KD2BMH

Submission + - Learn Gate-Array Programming in Python and Software-Defined Radio 1

Bruce Perens writes: Chris Testa KB2BMH taught a class on gate-array programming the SmartFusion chip, a Linux system and programmable gate-array on a single chip, using MyHDL, the Python Hardware Design Language to implement a software-defined radio transceiver. Watch all 4 sessions: 1, 2, 3, 4. And get the slides and code. Chris's Whitebox hardware design implementing an FCC-legal 50-1000 MHz software-defined transceiver in Open Hardware and Open Source, will be available in a few months. Here's an Overview of Whitebox and HT of the Future. Slashdot readers funded this video and videos of the entire TAPR conference. Thanks!

Comment Re:Can't wait! (Score 1) 50

Chris Testa KD2BMH here...

This is one of the most interesting and challenging questions to answer. Here's a blurb excerpt from Eric Blossom, an early innovator in software radio as to why this stuff is so valuable:

"Software radio is a revolution in radio design due to its ability to create radios that change on the fly, creating new choices for users Perhaps most exciting of all is the potential to build decentralized communication systems. A centralized system limits the rate of innovation. We could take some lessons from the Internet and push the smarts out to the edges. These user-owned devices would generate the network. They’d create a mesh among themselves, negotiate for backhaul and be free to evolve new solutions, features and applications." - Eric Blossom, Exploring GNU Radio

What's exciting is now a radio, which has the "brains" to be a major part of Internet infrastructure (think Veriozon's cell towers everywhere) will fit in your pocket. This should enable a change in the landscape of the Internet itself, and I hope it frees our comms from bondage to wire's and large multi-national corporations.

This was my original inspiration, at least.

Comment Re:Why just 2m and 70cm? (Score 2) 50

Chris Testa KD2BMH here. marid, your suspicion is correct, the CMX991 transceiver I'm using has a low-end cutoff of 100MHz.

The HF converter w/ a NE-602 mixer in the latest QST looks like an attractive solution to support the missing lower frequencies receive, I'm guessing 2 would allow me to build a full duplex transceiver.

I'm using a 40MHz ADC & DAC, so at least some of the HF bands should be possible using direct conversion.

Either way, HF wasn't part of my initial plan, I'm focusing on exactly what I can fit inside easily, and then more features can be added later. Launch & iterate... the kitchen sink will come in one of those iterations :)

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...