Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET dll late binding Pin
Blubbo2-Feb-12 5:07
Blubbo2-Feb-12 5:07 
Questionmedia player library Pin
idiot prince31-Jan-12 5:20
idiot prince31-Jan-12 5:20 
AnswerRe: media player library Pin
Abhinav S31-Jan-12 6:48
Abhinav S31-Jan-12 6:48 
GeneralRe: media player library Pin
idiot prince31-Jan-12 7:30
idiot prince31-Jan-12 7:30 
AnswerRe: media player library Pin
Dean Oliver31-Jan-12 7:59
Dean Oliver31-Jan-12 7:59 
QuestionDeployment issue in Win7 Pin
siddisagar31-Jan-12 5:09
siddisagar31-Jan-12 5:09 
AnswerRe: Deployment issue in Win7 - Repost Pin
Richard MacCutchan31-Jan-12 6:09
mveRichard MacCutchan31-Jan-12 6:09 
QuestionCreating tolerance-lines for a given array using two delta-values Pin
T.Mann1131-Jan-12 3:42
T.Mann1131-Jan-12 3:42 
Hi,
i am trying to create for a given array two new arrays which are then used as tolerance-lines for limit-check.

This should run in three steps
1. The first function captures a waveform (from a scope) of a good part - this is what i already have.
IN: -
Out: double[] Waveform

2. Then the second function gets this “good” waveform plus two Delta-values and should create two output-tolerance-arrays
IN: double[] Waveform
int Delta-X
double Delta-Y

OUT: double[] UpperLimitLine
double[] LowerLimitLine



3. Now I capture again a waveform of a new part and compare its waveform against the two tolerance-arrays that were previously created.
IN: double[] Waveform
double[] UpperLimitLine
double[] LowerLimitLine

OUT: bool Result (is True if Waveform is between the limits)



If I only do a simple + and – for each point in the first array then this of course also generates two limit-lines BUT if there is a very small peak in the array then this is not working any more.
Imagine we have a measurement of 1000 points which is always 0 – only at point 500 the value is 10.
This means now that all other measurements also must have the peak at exactly point 500 to pass the tolerance-check.

This is why I need to have two delta-values to make the limit-array also wider to the left and right side and not only up and down.

The problem is: How can i do this with C#?

Thanks for all help
AnswerRe: Creating tolerance-lines for a given array using two delta-values Pin
Luc Pattyn31-Jan-12 3:59
sitebuilderLuc Pattyn31-Jan-12 3:59 
QuestionConvertion from .XLS to .XML through c# code Pin
Member 824179730-Jan-12 23:23
Member 824179730-Jan-12 23:23 
AnswerRe: Convertion from .XLS to .XML through c# code Pin
Richard MacCutchan30-Jan-12 23:43
mveRichard MacCutchan30-Jan-12 23:43 
AnswerRe: Convertion from .XLS to .XML through c# code Pin
Abhinav S31-Jan-12 0:41
Abhinav S31-Jan-12 0:41 
QuestionCalling .dll from a C# application (problem when outside VS2010) Pin
Kaare Tragethon30-Jan-12 22:51
Kaare Tragethon30-Jan-12 22:51 
AnswerRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Abhinav S31-Jan-12 0:42
Abhinav S31-Jan-12 0:42 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Kaare Tragethon31-Jan-12 1:14
Kaare Tragethon31-Jan-12 1:14 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Dave Kreskowiak31-Jan-12 2:12
mveDave Kreskowiak31-Jan-12 2:12 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Pete O'Hanlon31-Jan-12 2:34
mvePete O'Hanlon31-Jan-12 2:34 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Dave Kreskowiak31-Jan-12 4:20
mveDave Kreskowiak31-Jan-12 4:20 
AnswerRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Pete O'Hanlon31-Jan-12 2:33
mvePete O'Hanlon31-Jan-12 2:33 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Kaare Tragethon31-Jan-12 3:29
Kaare Tragethon31-Jan-12 3:29 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Pete O'Hanlon31-Jan-12 3:38
mvePete O'Hanlon31-Jan-12 3:38 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Kaare Tragethon31-Jan-12 5:24
Kaare Tragethon31-Jan-12 5:24 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Pete O'Hanlon31-Jan-12 5:38
mvePete O'Hanlon31-Jan-12 5:38 
Questionpdf auto downloader Pin
gavindon30-Jan-12 8:55
gavindon30-Jan-12 8:55 
GeneralRe: pdf auto downloader Pin
harold aptroot30-Jan-12 9:08
harold aptroot30-Jan-12 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.