Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
Questionc# Reflection Pin
koleraba15-Nov-08 5:19
koleraba15-Nov-08 5:19 
AnswerRe: c# Reflection Pin
S. Senthil Kumar15-Nov-08 19:19
S. Senthil Kumar15-Nov-08 19:19 
QuestionChat or IRC Pin
duta15-Nov-08 2:01
duta15-Nov-08 2:01 
AnswerRe: Chat or IRC Pin
EliottA15-Nov-08 5:49
EliottA15-Nov-08 5:49 
QuestionSafeHandle.SetOwnership(false) Pin
HosamAly15-Nov-08 1:47
HosamAly15-Nov-08 1:47 
QuestionRe: SafeHandle.SetOwnership(false) Pin
HosamAly15-Nov-08 3:13
HosamAly15-Nov-08 3:13 
GeneralRe: SafeHandle.SetOwnership(false) Pin
HosamAly15-Nov-08 3:32
HosamAly15-Nov-08 3:32 
QuestionREQ: C# Ordinary Kriging Interpolation implementation Pin
MavKilla15-Nov-08 1:19
MavKilla15-Nov-08 1:19 
Hi freaks,

I've been searching in the www for a while and I didn't find any suitable implementation:

I'm searching for a "simple function" with source-code to do a ordinary kriging interpolation.
Is anybody out there, who has a function like this as c# source code?

The requirements are:
I have a a random set of points (x,y,value) inside an array (e.g. 1000x1000 coordinates(x,y,).
I want to interpolate the rest of the points.
The project is a electromagnetic field propagation.

as code:
Function List<Points> calcInterpolation(int xMax, int yMax, List<Points> samples, ParamBlock interpolationParameters)

A 2nd function would be needed, too:
Function Point calcCenterOfField(int xMax, int yMax, List<Points> samples, ParamBlock interpolationParameters)

where "samples" are the already known points, "xMax", "yMax" defines the matrix of returned values and the "interpolationParameters" holds the required params for the function

I already implemented a inverse distance weight interpolation, but this doesn't work correctly in this case.
I searched some references (GIS) and it seems, like the Kriging interpolation would be the right one.

Any idea (btw: my math knowhow doesn't include to solve matrix calculations by hand!) or any source-codes?

If there is any commercial implementation as includeable object, please give me a link Smile | :) But I don't want to spend thousands of Euros!

Thanks in advance
Hendrik
AnswerRe: REQ: C# Ordinary Kriging Interpolation implementation Pin
annukar18-May-11 10:24
annukar18-May-11 10:24 
GeneralRe: REQ: C# Ordinary Kriging Interpolation implementation Pin
MavKilla19-May-11 6:43
MavKilla19-May-11 6:43 
GeneralRe: REQ: C# Ordinary Kriging Interpolation implementation Pin
Eddrick8-Jan-13 15:36
Eddrick8-Jan-13 15:36 
QuestionWeird behaviour with Async method call Pin
kensai15-Nov-08 0:57
kensai15-Nov-08 0:57 
AnswerRe: Weird behaviour with Async method call Pin
Guffa15-Nov-08 6:01
Guffa15-Nov-08 6:01 
GeneralRe: Weird behaviour with Async method call Pin
kensai16-Nov-08 1:01
kensai16-Nov-08 1:01 
Questionforms or usercontrols or panels or what ? Pin
jogisarge15-Nov-08 0:07
jogisarge15-Nov-08 0:07 
AnswerRe: forms or usercontrols or panels or what ? Pin
zafersavas15-Nov-08 12:58
zafersavas15-Nov-08 12:58 
GeneralRe: forms or usercontrols or panels or what ? Pin
jogisarge15-Nov-08 23:35
jogisarge15-Nov-08 23:35 
QuestionForeach URL in file... Pin
jas0n2314-Nov-08 23:14
jas0n2314-Nov-08 23:14 
AnswerRe: Foreach URL in file... Pin
Wendelius14-Nov-08 23:26
mentorWendelius14-Nov-08 23:26 
GeneralRe: Foreach URL in file... Pin
jas0n2315-Nov-08 0:48
jas0n2315-Nov-08 0:48 
GeneralRe: Foreach URL in file... Pin
Wendelius15-Nov-08 1:29
mentorWendelius15-Nov-08 1:29 
GeneralRe: Foreach URL in file... Pin
jas0n2315-Nov-08 1:33
jas0n2315-Nov-08 1:33 
QuestionHow to send Left/Right shift keys? Pin
MRafeie14-Nov-08 22:58
MRafeie14-Nov-08 22:58 
Questionadd-on Pin
AmbitiousBeginner14-Nov-08 22:51
AmbitiousBeginner14-Nov-08 22:51 
QuestionImage retrieving [modified] Pin
B8714-Nov-08 21:32
B8714-Nov-08 21:32 

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.