IT training programming for engineers a foundational approach to learning c and MATLAB bradley 2011 10 25

247 130 0
IT training programming for engineers  a foundational approach to learning c and MATLAB bradley 2011 10 25

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Programming for Engineers Aaron R Bradley Programming for Engineers A Foundational Approach to Learning C and Matlab Aaron R Bradley Dept of Electrical, Computer, and Energy Engineering University of Colorado Boulder, CO 80309 USA bradleya@colorado.edu arbrad@gmail.com ISBN 978-3-642-23302-9 e-ISBN 978-3-642-23303-6 DOI 10.1007/978-3-642-23303-6 Springer Heidelberg Dordrecht London New York Library of Congress Control Number: 2011941363 ACM Classification (1998): B.3, B.4, B.5, D.3, E.1, E.2, G.1, G.2, I.1 © Springer-Verlag Berlin Heidelberg 2011 This work is subject to copyright All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilm or in any other way, and storage in data banks Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer Violations are liable to prosecution under the German Copyright Law The use of general descriptive names, registered names, trademarks, etc in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use Cover design: deblik, Berlin Printed on acid-free paper Springer is part of Springer Science+Business Media (www.springer.com) To the curious— May all that you know illuminate, All that you learn enlighten, And all that you discover fulfill Preface To the Student I have learned the hard way that, when it comes to study habits, nothing is too obvious to state explicitly and repeatedly Let me take this opportunity, at the start of a new voyage of discovery, to make a few suggestions First, reading passively is essentially useless When reading this or any text, read with pencil in hand Draw figures to help your understanding After reading through an example, close the text and try to reproduce the example If you cannot reproduce it, identify where you went wrong, study the text, and try again Stop only when you can comfortably solve the example problem Second, incorporate lectures organically into the study process Study the relevant reading before each lecture Engage actively in lectures: take notes, ask questions, make observations Laugh at the instructor’s jokes The evening after each lecture, resolve the problems that were presented that day You will find that actively reviewing each lecture will solidify material beyond what you might now think is possible Over the course of the semester, you will probably save time—and you will learn the material better than you would otherwise Third, solve exercises in the text even when they are not assigned Use them to gauge your understanding of the material If you are not confident that you solved a problem correctly, ask your peers for help or go to office hours I have provided many exercises with solutions and explanations to facilitate an active approach to learning Therefore, be active Finally, address confusions immediately If you procrastinate on clearing up a point of confusion, it is likely to bite you again and again This book introduces a subject that is wide in scope It focuses on concepts and techniques rather than listing how to use libraries and functions Therefore, use Internet search engines to locate references on C libraries, particularly starting with Chapter 5; the man Unix utility to read about Unix programs; Internet search engines to learn how to use editors like emacs and VII VIII Preface vim; the help command in gdb; and the help and doc commands in Matlab Engineers must learn new powerful tools throughout their careers, so use this opportunity to learn how to learn To learn to program is to be initiated into an entirely new way of thinking about engineering, mathematics, and the world in general Computation is integral to all modern engineering disciplines The better you are at programming, the better you will be in your chosen field Make the most of this opportunity I promise that you will not regret the effort To the Instructor This book departs radically from the typical presentation of programming: it presents pointers in the very first chapter—and thus in the first or second lecture of a course—as part of the development of a computational model This model facilitates an ab initio presentation of otherwise mysterious subjects: function calls, call-by-reference, arrays, the stack, and the heap Furthermore, it allows students to practice the essential skill of memory manipulation throughout the entire course rather than just at the end Consequently, it is natural to go further in this text than is typical for a one-semester course: abstract data types and linked lists are covered in depth in Chapters and The computational model will also serve students in their adventures with programming beyond the course: instead of falling back on rules, they can think through the model to decide how a new programming concept fits with what they already know Another departure from the norm is the emphasis on programming from scratch Most exercises not provide starter code; the use of gcc and make are covered when appropriate I expect students to leave the course knowing how to open a text editor, write one or multiple program files, compile the code, and execute and debug the resulting program Many engineering students will not take an additional course on programming; hence, it is essential for them to know how to program from scratch after this course This book covers two programming languages: C and Matlab The computational model and concepts of modularity are developed in the context of C Matlab provides an engineering context in which students can transfer, and thus solidify, their mastery of programming from C Matlab also provides an environment in which students, having learned how to create libraries in Chapters 6–8, can be critical users of libraries They can think through how complex built-in functions and libraries might be implemented and thus learn techniques and patterns “on the job.” There are strong dependencies among chapters, except that Chapters and 10 may be skipped Furthermore, Chapter is best left as a reading assignment Of course, chapters may also be eliminated starting from the ending if time is in short supply Your results with my approach may vary Certainly part of my success with this presentation of the material is a result of my aggressive teaching style and Preface IX the way that I organize my classes Two studies in particular influence the way I approach teaching The first investigates our ability, as students, to self-assess: Justin Kruger and David Dunning, Unskilled and Unaware of It: How Difficulties in Recognizing One’s Own Incompetence Lead to Inflated Self-Assessments, J of Personality and Social Psychology, v 77, pp 1121-1134, 1999 The second addresses cause-and-effect in cheating and performance: David J Palazzo, Young-Jin Lee, Rasil Warnakulasooriya, and David E Pritchard, Patterns, Correlates, and Reduction of Homework Copying, Phys Rev ST Phys Educ Res., v 6, n 1, 2010 My experience in the classroom having confirmed these studies, I administer hour-long quizzes every two to three weeks that test the material that students ought to have learned from the text, from lectures and labs, and from homework Additionally, I give little weight to homework in the final grade Therefore, students have essentially no incentive to cheat (themselves out of learning opportunities) on homework—and all the possible incentive to use homework to learn the material Students have responded well to this structure They appreciate the frequent feedback, and a significant subset attends office hours regularly Fewer students fall behind Consequently, I am able to fit all of the material in this book into one semester In order to motivate students who start poorly, I announce mid-semester that the final exam grade can trump all quiz grades Many students seem to learn what they need to know from the quizzes, and so many are better prepared for the final exam As side benefits, since enacting this teaching strategy in this and another course, I have never had to deal with an honor code violation—which is rare for introductory programming courses—and have not received a single complaint about a final grade, which is rarer still Acknowledgments I developed the material for this book in preparation for and while teaching a first-year course on programming for engineering students at the University of Colorado, Boulder, partly with the support of an NSF CAREER award.1 The course was offered in the Department of Electrical, Computer & Energy Engineering (ECEE) and also had students from the Department of Aerospace Engineering Sciences (AES) Thanks to Michael Lightner, the chair of ECEE, for allowing me to teach the course my way I am grateful to the 77 students This material is based upon work supported by the National Science Foundation under grand No 0952617 Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author and not necessarily reflect the views of the National Science Foundation X Preface of the Spring 2011 offering for their patience with the new material—and for going along with the experiment and producing the best results of any class that I had taught up to that point I also thank the teaching assistants— Arlen Cox, Justin Simmons, and Cary Goltermann—for their feedback on the material and on how the students were doing Peter Mathys, a professor in ECEE, took the course and also provided excellent feedback Beyond the people already mentioned, thanks to those outside of the course who volunteered to read parts or all of the manuscript: Andrew Bradley, Caryn Sedloff, Sarah Solter, and Fabio Somenzi Remaining errors, omissions, awkward phrasing, etc., are of course entirely my fault I am grateful to Zohar Manna, my PhD advisor and co-author of my first book, also published by Springer Besides guiding my first foray into the world of crafting technical books, he showed me what work that stands the test of time looks like Sarah Solter, my wife and an accomplished professional software engineer, contributed in multiple ways She acted as a sounding board for my ideas on how to present programming As always, she supported me in my quest to the right things well Finally, I thank Ronan Nugent and the other folks at Springer for once again being a supportive and friendly publisher ARB Boulder, CO June 2011 Contents Memory: The Stack 1.1 Playing with Memory 1.1.1 A First Foray into Programming 1.1.2 Introduction to Pointers 1.1.3 Pointers to Pointers 1.1.4 How to Crash Your Program 1.2 Functions and the Stack 1.2.1 Introduction to Functions 1.2.2 A Protocol for Calling Functions 1.2.3 Call-by-Value and Call-by-Reference 1.2.4 Building Fences 1.3 Bits, Bytes, and Words 2 11 13 13 14 22 25 29 Control 2.1 Conditionals 2.2 Recursion 2.3 Loops 31 31 36 42 Arrays and Strings 3.1 Arrays 3.1.1 Introduction to Arrays 3.1.2 Looping over Arrays 3.1.3 Arrays as Parameters 3.1.4 Further Adventures with Arrays 3.2 Strings 3.2.1 Strings: Arrays of chars 3.2.2 Programming with Strings 3.2.3 Further Adventures with Strings 47 47 47 50 52 54 61 62 63 67 XI 11.2 The Discrete Fourier Transform 221 Fk+1 is the magnitude of the “k cycles per n-period” frequency component Totally clear? I didn’t think so Let’s delve deeper into the meaning of this definition For convenience, we assume that n = throughout the discussion, so that f is a row vector of samples of the original analog signal, and F is a row vector representing frequency components “0 cycles per period,” “1 cycle per period,” , “7 cycles per period.” 2πi Let’s first try to understand the term e− n km From Euler’s formula, eiθ = cos θ + i sin θ, we see that this term cycles clockwise around the unit circle in the complex plane at a frequency given by 2π n k Fig 11.7 One cycle per 8-step period Figure 11.7 visualizes this periodicity for k = (left) and k = (right) In the figure, the x-axis represents the real component and the y-axis represents the imaginary component The numbers around each circle indicate the values π of m For k = 1, the angles are given by − 2π m, for m ∈ {0, 1, , 7}: 0, − , π 14π − , and so on When k = 7, the reverse cycling occurs: rotating by − radians is the same as rotating by 2π radians Notice that, in both cases, precisely one traversal of the unit circle is achieved during the 8-step period; hence, k = and k = correspond to a frequency of one cycle per 8-step period The values k = and k = (Figure 11.8), and k = and k = (Figure 11.9) are similarly related In general, k and n − k correspond to similar 222 Chapter 11 Exploring Time and Frequency Domains with Matlab Fig 11.8 Two cycles per 8-step period Fig 11.9 Three cycles per 8-step period 11.2 The Discrete Fourier Transform 223 frequencies for k ∈ {1, 2, , n2 − 1}, except that n − k corresponds to the “negative frequency” of n Furthermore, for k = and k = 6, two traversals are made in the 8-step period, yielding a frequency of two cycles per 8-step period; and for k = and k = 5, three traversals are made, yielding a frequency of three cycles per 8-step period Fig 11.10 DC and Nyquist frequencies Two outliers are k = and k = (in general, n2 ; see Figure 11.10) The former does not cycle; it corresponds to a DC signal, that is, a nonperiodic element such as the constant term 0.1 in the function 0.1 + sin 2πt The latter corresponds to the Nyquist frequency—one-half the sampling frequency In a realistic situation of a sampling frequency of 8,192 Hz, the Nyquist frequency = 4,096 No k corresponds to a higher frequency We discuss the is 8,192 meaning of the Nyquist frequency in further depth momentarily Thus, the summation n−1 fm+1 e− 2πi n km m=0 can be understood as a cyclic traversal of the time-domain signal f that yields the degree to which the frequency component corresponding to k contributes to the overall signal f This contribution is computed as component Fk+1 of the DFT 224 Chapter 11 Exploring Time and Frequency Domains with Matlab Notice that Fk+1 is √ a complex number The absolute value (in the complex sense: |a + bi| = a2 + b2 ) of Fk+1 corresponds to the amplitude of the corresponding frequency component, while its argument1 corresponds to the phase of the component In this chapter, we consider only the amplitude Therefore, the construction of the amplitude spectrum must compute the absolute value of each Fk+1 And, indeed, recall from the Matlab computations in Section 11.1 the use of the abs (absolute value) function in constructing the amplitude spectrum One element has yet to be explained: in the computation of ssas in Section 11.1, we scale by n2 The reason for n1 is simple, as the k = case reveals: the sum of n values that range between −1 and can be between −n and n, so dividing the amplitudes by n normalizes them to have absolute values at most The reason for multiplying by is less obvious though also readily explained From our discussion above, we know that the k and n−k components are related; in fact, they represent the same frequency, so that the magnitude of that frequency’s contribution is spread between the two The result is obvious once one sees a plot For example, consider again the frequency-domain analysis of the A major chord in Section 11.1 This time, we simply normalize: >> asf = abs(fft(f))/8192; >> plot(0:8191, asf); Figure 11.11 shows the result There is a clear symmetry around 8,192 = 4,096 Fig 11.11 Raw amplitude spectrum arg(a + bi) = arctan( ab ) when a, b > 0; it is similarly defined for other signs of a and b 11.2 The Discrete Fourier Transform 225 The single-sided amplitude spectrum eliminates this symmetric redundancy by dropping the right half of the DFT and scaling most of the left half by However, the DC frequency component should not be scaled by since it is represented precisely once in the DFT To construct the single-sided amplitude spectrum ssas from time-domain signal f thus requires computing the FFT of the signal and then extracting and scaling the components as follows, where length(f) is assumed to be divisible by 2: >> F = fft(f); >> ssas = abs([F(1) 2*F(2:length(f)/2)])/length(f); This structure is also apparent in the inverse DFT computation in the construction of the D major chord of Section 11.1, in particular at line 7, where the symmetry is artificially induced into F, to which ifft is then applied In general, from a single-sided amplitude spectrum ssas, one constructs the time-domain signal f as follows: >> F = [ssas(1), % DC ssas(2:length(ssas))/2, 0, % Nyquist ssas(length(ssas):-1:2)/2] * (2*length(ssas)); >> f = real(ifft(F)); Fig 11.12 plot(t, f, ’-o’) To make these ideas more concrete, consider the function 0.1 + sin 2πt sampled uniformly in the unit interval [0, 1): >> t = (0:7)/8}; 226 Chapter 11 Exploring Time and Frequency Domains with Matlab >> f = 0.1 + sin(2*pi*t); >> plot(t, f, ’-o’); The function is plotted in Figure 11.12 Visually, we see that the function has a DC component (0.1): the local (absolute) maxima are 1.1 at time 0.25 and 0.9 at time 0.75 It also has a frequency-1 component, that is, a component with frequency one cycle per sample period It does not have any higher-frequency components 2πi To compute F1 , which corresponds to k = 0, notice that e− n 0m = Therefore, simply summing the values of 0.1 + sin 2πt at the sample times t and then dividing by (for eight samples) will yield a normalized F1 : >> sum(f)/8 ans = 0.1000 From the original function, 0.1 + sin 2πt, we see that the DC component is indeed 0.1 To compute F2 , which corresponds to k = and the “one cycle per sample period” frequency (see Figure 11.7), we must use the definition of the transform directly: >> sum(f * exp(-2*pi*i/8*(0:7)*1))/8 ans = 0.0000 - 0.5000i The amplitude of this component is thus | − 0.5i| = 02 + (−0.5)2 = 0.5 But the amplitude of this frequency component in the original function, 0.1 + sin 2πt, is clearly Recall, though, that half of its amplitude is detected by component n − k and is thus stored in F8 : >> sum(f * exp(-2*pi*i/8*(0:7)*7))/8 ans = -0.0000 + 0.5000i The absolute value of this complex number is also 0.5, and summing the two absolute values yields the expected amplitude of Let’s examine one more pair, F3 and F7 , corresponding to k = and k = 6: >> sum(f * exp(-2*pi*i/8*(0:7)*2))/8 ans = 11.2 The Discrete Fourier Transform 227 -9.1056e-18 + 1.3878e-17i >> sum(f * exp(-2*pi*i/8*(0:7)*6))/8 ans = 2.8702e-16 + 9.7145e-17i Both answers are close enough to to be Hence, the original signal apparently does not contain a frequency-2 component, and indeed 0.1 + sin 2πt does not Exercise 11.4 Compute the frequency components F4 , F5 , and F6 Fig 11.13 A 10 Hz signal sampled at 20 Hz Finally, we must understand a fundamental limitation of the DFT, expressed as the Nyquist frequency, which is half of the sampling frequency In Figure 11.13, a 10 Hz signal is sampled (represented by the circles) at 20 Hz—yielding a discrete signal that is everywhere, rather than the expected 10 Hz signal But Nyquist explained the problem: at a sampling rate of 20 Hz, one is not sampling sufficiently frequently to capture frequencies above 20 = 10 Hz In general, any frequency at or above half the sampling rate will not be detected correctly The inverse DFT is computed similarly to the DFT: n−1 fk+1 = 2πi Fm+1 e n km n m=0 for k ∈ {0, 1, , n − 1} 228 Chapter 11 Exploring Time and Frequency Domains with Matlab The intuition for the inverse transform is that a sampled signal can be represented by the finite sum of a properly scaled set of periodic functions—indeed, by the sum of at most as many periodic functions as samples In the construction of the A major chord, for example, we explicitly sum five scaled sine functions, each of a component frequency Exercise 11.5 While Matlab’s implementations of the DFT (fft) and the inverse DFT (ifft) are difficult to compete with, it is still edifying to implement one’s own naive versions Using the basic definitions of these transforms, implement mydft and myidft, and verify that they produce the expected results when used in the computations of Section 11.1 Exercise 11.6 Implement a Matlab function, ssas, that takes a timedomain signal and returns its single-sided amplitude spectrum You may assume that the signal’s length is even Exercise 11.7 Implement a Matlab function, signal, that takes a singlesided amplitude spectrum and returns the corresponding time-domain signal 11.3 De-hissing a Recording Tape recordings are subject to “hissing”: high-frequency white noise In this section, we apply the DFT, first, to simulate hissing on a track and, second, to de-hiss the track The technique used in this section is about as naive as one can get In future courses, you will learn much more about time- and frequency-domain operations, particularly the convolution operator, that are necessary to implement nonnaive digital signal processing functions Matlab installations come with a file that defines a segment of Handel’s “Hallelujah Chorus”: >> load handel; >> f = y’; >> sound(f); Lovely The following function makes it considerably less lovely: function rv = hiss (f , th_freq ) % Input : % f - sampled signal % th_freq - threshold frequency beyond which to add % white noise % Output : % original signal with high frequency white noise added % make the magnitude of the white noise proportional 11.3 De-hissing a Recording 10 11 229 % to the maximum magnitude of f noise_lvl = max ( abs ( f ))/3; 12 13 14 15 16 17 18 19 20 % add high - frequency white noise w = randn (1 , 8192); % normally distributed W = fft ( w ); % transform of white noise % zero out frequencies at and below th_freq W (1: th_freq ) = 0; W ((8192 - th_freq ):8192) = 0; % transform back to obtain high - frequency white noise hfw = noise_lvl * real ( ifft ( W )); 21 22 23 24 25 26 27 28 29 % add high - frequency white noise to each segment of f in % increments of 8192 samples rv = zeros (1 , length ( f )); for i = 0:8192: length ( f ) sz = (8192 , length ( f ) - i ); rv ( i +1: i + sz ) = f ( i +1: i + sz ) + hfw (1: sz ); end end Lines 13–20 create high-frequency, normally distributed white noise Line 14 creates a signal in the time domain of normally distributed white noise Then line 15 transforms it to the frequency domain, where certain frequency components are canceled out in lines 17–18 Finally, line 20 transforms the signal back as hfw, for “high-frequency (white) noise.” With the noise constructed, lines 24–28 add the noise to the provided signal, f, one 8,192-sample window at a time Let’s apply it to the lovely music: >> nzf = hiss(f, 3000); >> sound(nzf); % add white noise above 3000 Hz Not so lovely Exercise 11.8 Complete the following function, in dehiss.m, to cancel frequency components beyond the threshold frequency function rv = dehiss (f , th_freq ) % Input : % f - sampled signal % th_freq - threshold frequency beyond which to cancel % frequency components % Output : % original signal with high frequency components canceled 10 11 12 % modify one " window " of 8192 samples at a time for i = 0:8192: length ( f ) if i +8192 121 120 ELEM 123 #define 50, 123, 139 #endif 139 #ifndef 139 #include 26 % 22 assert 25 break 85, 102, 174 char 62 71 else 31 for 43 free 121 if 31 int main 14 malloc 121 printf 93 realloc 126 scanf 101, 126 sscanf 99 static 165 stdin 97 stdout 93 strcmp 99 struct 120 typedef 120 while 42 A.R Bradley, Programming for Engineers, DOI 10.1007/978-3-642-23303-6, © Springer-Verlag Berlin Heidelberg 2011 absolute value 224 abstract data type 113, 137 accumulator 42 address ADT 137 implementation 137 specification 137 ADTs complex 142 coord 146 fifo 149 lifo 154, 158, 170 matrix 138 pqueue 170 protected array 158 amplitude 224 API 115 application programming interface 115 argument 16, 224 array 47 arrow operator 121 ASCII 62 assertion 25 backslash 183 base 10 29 base 29 binary 29 bit 29 block 32 Boolean operators breakpoint 87 33 231 232 Index bug 11 byte 29 C preprocessor 139 call-by-reference 22 call-by-value 22 cast 150 character 62 chaser pointer 178 chord 194 circular buffer 154 column major 122 command-line arguments 97 command-line interfaces 182 comments 32 compound data structure 47 computability theory 36 conditional 31 container ADT 150 control 31 data structure 47 recursively defined 162 DC 217 decimal 29 defensive programming 81 dereference DFT 217 dimensions 114 direct current 217 discrete Fourier transform 217 domain 13 dot operator 120 dot product 114 double-free 121 dynamic memory allocation 113, 121 dynamically typed 190 end of file 101 EOF 101 Euler’s method 202 fast Fourier transform FFT 217 field 120 FIFO 149 file input 97 file pointers 107 FILO 149 217 filter 101 first-in first-out 149 first-in last-out 149 first-order 207 format string 94 frequency domain 216 function 13 function signature 137 function call 13 function call protocol 16 function handle 204 function pointer 150 function postcondition 26 function precondition 26 function prototype 137 function return protocol 18 functions sum 40 abs 35 chord 197, 219 compareLong 172 concat 59, 69, 165, 178 copyArray 54 copyMatrix 123 copyStringN 72 copyString 71 copy 179 countPQueue 176 decode 75 dehiss 229 deleteFifo 157, 169 deleteMatrix 123, 140 deleteNode 165 deletePQueue 173 diagonal 132 divide 22, 25, 31 dotProduct 56, 129 euler solve 202 fibonacci 52 getColumn 132 getElement 124 getFifo 157, 167 getPQueue 176 getRow 132 hasSubstring 78 hiss 228 identity 130 incrBy 25 incr 23 Index isDiagonal 131 isEmptyFifo 157, 166 isEmptyPQueue 174 isSorted 163 isSquare 131 isUpperTriangular 131 leapfrog solve 208 matlab solve 209 mean 59 minmax 36, 58 57 mydft 228 myidft 228 nCols 124 nRows 124 newFifo 156, 166 newMatrix 122, 140 newNode 165 newPQueue 173 nreverse 83 numOccur 59 orbit 201 plot orbit 203 power 44, 133 prefix 78 printFifo 157, 168 printIntArray 93 printLong 151, 172 printMatrix 128 printStringArray 95 printString 151 product 129 putFifo 157, 166 putPQueue 174 range 58 removePQueue 177 reverse 72, 164 scalarProduct 133 seq 44 series 45 setElement 124 shout 63, 66 signal 228 sign 33 song 195 ssas 228 strcmp 79 streq 77 strlen 67 suffix 78 sum3 14 sumArray 55 sum 36, 128 swap3 28 swap 27, 34 symmetric 131 symplecticEuler solve times10 19 toneItDown 71 tone 190 transpose 128 unzip 61, 180 vectorSum 56 whisper 66 xvowelize 77 zip 60, 179 fundamental 197 233 206 garbage gdb 86 get 149 hack 151 harmonics 197 head 161 header file 137, 138 heap 113 high-level programming language I/O 93 include 26 indexed 48 indicator matrix 184 initial condition 200 initial value input/output 93 integer division 22 integration tests 118 interface function 82 inverse DFT 217 inverse FFT 217 iterative 42 last-in first-out 149 leapfrog method 207 left division 183 library 113 LIFO 149 181 234 Index linked list 161 head 161 node 161 local variable 15 logical operators 32 loop counter 42 shout 105 sum 100 count vowels 111 encryption 111 integer mean 101 read n strings 125 read unbounded strings prototype 27, 137 push 16 put 149 macro 123 makefile 84, 142 Matlab 181 matrix 114, 128 addition 114 multiplication 114 transpose 114 memory leak 121 modulo 22 modulus operator 22 new line 62 node 161 nybble 29 Nyquist frequency queue 149 FIFO 149 LIFO 149 range 13 read recursion 40 recursively defined redirect 93 reference 5, register 15 return value 13 223 object file 141 octave 194 ODE 199 off-by-one bug 51 ordinary differential equation overtone 198 parameters 13 PEMDAS 61 phase 224 pointer pointer arithmetic 49 points to pop 16 post-increment 70 postcondition 26 pre-increment 70 precedence precondition 26 priority queue 170 program counter 15 programs binomial 108 fib 98 103 rev 104 127 199 162 sample 189 sampling frequency 190 segmentation fault 12 semitone 194 signature 137 sine wave 189 single-sided amplitude spectrum 225 singly linked list 161 stack 13, 16, 149 stack diagram stack frame 14 stack overflow 92 standard input 97, 101 standard library 26 standard output 93 state 202 statically typed 190 step 87 stream 101 string 47, 62 string terminator 62 superposition principle 197 symplectic Euler method 205 syntactic sugar 49 217, Index system of first-order ODEs system test 118 target 142 terminal input 97 time domain 215 top 16 transpose 114 two’s complement 29 type typecast 121 uninitialized 11 201 unit test 27 Unix filter 101 valgrind 134 variable variable-length array vector 114 vectorized 196 watch condition 89 white noise 229 word 29 write 104 235 .. .Programming for Engineers Aaron R Bradley Programming for Engineers A Foundational Approach to Learning C and Matlab Aaron R Bradley Dept of Electrical, Computer, and Energy Engineering... solved a problem correctly, ask your peers for help or go to office hours I have provided many exercises with solutions and explanations to facilitate an active approach to learning Therefore, be active... take an additional course on programming; hence, it is essential for them to know how to program from scratch after this course This book covers two programming languages: C and Matlab The computational

Ngày đăng: 05/11/2019, 14:28

Từ khóa liên quan

Mục lục

  • Cover Page

  • Title: Programming for Engineers

  • Preface

  • Contents

  • 1 Memory: The Stack

    • 1.1 Playing with Memory

      • 1.1.1 A First Foray into Programming

      • 1.1.2 Introduction to Pointers

      • 1.1.3 Pointers to Pointers

      • 1.1.4 How to Crash Your Program

      • 1.2 Functions and the Stack

        • 1.2.1 Introduction to Functions

        • 1.2.2 A Protocol for Calling Functions

        • 1.2.3 Call-by-Value and Call-by-Reference

        • 1.2.4 Building Fences

        • 1.3 Bits, Bytes, and Words

        • 2 Control

          • 2.1 Conditionals

          • 2.2 Recursion

          • 2.3 Loops

          • 3 Arrays and Strings

            • 3.1 Arrays

              • 3.1.1 Introduction to Arrays

              • 3.1.2 Looping over Arrays

              • 3.1.3 Arrays as Parameters

              • 3.1.4 Further Adventures with Arrays

Tài liệu cùng người dùng

Tài liệu liên quan