Info

You are currently browsing the archives for the Butterfly Signal Processing category.

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  
Categories

Archive for the Butterfly Signal Processing Category

B.Lo.C Language for PIC Micro

from http://pp06.sourceforge.net/bloc.html

Fast Development On - Time

BLOC

C like language

  • Fast to Write, fewer mistakes
  • Programs are readable, and comprehensible
  • Familiar to available programming staff
  • Code will be supportable by new or different staff into the future
  • Programs can be ported easily from algorithms developed in C,
  • Code can be ported to other processors

Designed for PIC architecture

  • No stack usage
  • No use of intermediate storage during expression evaluation
  • No “optimization” : code executes as written
  • BLOC was written for real time signal processing at 10kHz using the PIC 16C71 !

|