Database
matlab.txt
Associated article: Modeling with MatLab
Tags: Database
Published source code accompanying the article by Mark Weaver in which he describes how he uses MatLab, a mathematical tool from MathWorks, as a a system-level programming tool for modeling communications systems.
Modeling with MatLab by Mark Weaver Example 1: [b,a]=zp2tf([z1 z2],[p1 p2 p3]; output=filter(b,a,input); Listing One function [wave]=ddjshiftflipadd(bits, impulse, samplesperbit) % This function does what is called the Shift-Flip-Add of the impulse. % ...


