No BSD License
-
Stream programming in Matlab
-
addStreams(varargin)
ADDSTREAMS Add a set of streams (only for numerics, uses sum)
-
delayEval(f,a)
DELAYEVAL Delayd evaluation
-
differenziateStream(si,dt)
DIFFERENZIATESTREAM Generate a stream of differenziation
-
divStreams(s1,s2)
DIVSTREAMS Divide streams
-
fIdentity(varargin)
FIDENTITY The global identity function
-
fiboFrom(a1,a2)
FIBOFROM Stream of fibonacci numbers
-
filterStream(si,filter)
FILTERSTREAM Filter (matimatically) a stream
-
forceEval(d)
FORCEEVAL Force an evaluation
-
head(s)
HEAD As streamCar
-
integersFrom(n)
INTEGERSFROM Returns a stream of integers
-
integrateStream(si,dt,c)
INTEGRATESTREAM Generate a stream of integral values
-
mulStreams(varargin)
MULSTREAMS Mul a set of streams (only for numerics, uses prod)
-
plotStream(sx,sy,samplesNum,s...
PLOTSTREAM Plots a pair of streams (x,y) for a certain number of samples
-
primes
PRIMES Stream of prime numbers.
-
scaleStream(si,factor)
SCALESTREAM Scale a stream (of numerics)
-
streamAccumulate(si,start,acc...
STREAMACCUMULATE Stream of accumulation of values
-
streamCar(s)
STREAMCAR Returns the heading element of the stream
-
streamCdr(si)
STREAMCDR Returns the tail of a stream
-
streamCompose(streams,func)
STREAMCOMPOSE Compose a set of streams with func
-
streamCons(v,si)
-
streamFilter(si,filter,vararg...
STREAMFILTER Filtered stream
-
streamHead(s,n)
STREAMHEAD Compute the first n elements of the stream
-
streamRange(s,start,nElem)
STREAMRANGE Cut a range of a stream
-
subStreams(s1,s2)
SUBSTREAMS Subtract streams
-
tail(si)
TAIL As streamCdr
-
Sutils.m
-
View all files
|
|
| File Information |
| Description |
This is a set of functions written to teach the stream programming base theory. I think that this can be useful to the programmers that don't know what the stream programing is and manage signals or (infinite) sequences of entities. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 14 Feb 2011 |
Kim
|
|
|
|
Contact us at files@mathworks.com