Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cbmurphy
  • Content: Threads
  • Order by date
  1. cbmurphy

    Audio array clean-up algorithm

    i am needing to write a program to clean up an audio signal where it is clamped to a negative value using the equation A(i) = A(2), if i = 1 A(i-1)+A(i+1)/2, if 1<i<N A(N-1), if i = N where N is the total number of audio samples in 1 channel (there are 2 channels) i need to...
  2. cbmurphy

    Help with Array in fortran 95/2003

    i am supposed to write a function that computes the dot product of 2 vectors where the dot product equals the sum of Xi and Yi when i goes from 0 to n-1. then i have to write a test program to test it. we had one day of instruction on arrays and the assignment is due the next day (tomorrow) and...
  3. cbmurphy

    Help with infinite series calculation of SIN

    hello, i am a new fortran user in college... our teacher is a first year teacher and has assigned us 3 programs to write, none of which she explained how to do. i read the entire book up to where we are but apparently i still do not grasp the full concept yet. we are supposed to write a program...

Part and Inventory Search

Back
Top