Click here to Skip to main content
15,904,415 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: conversion color - hexnumber - color Pin
Tom Deketelaere13-Sep-07 3:08
professionalTom Deketelaere13-Sep-07 3:08 
GeneralRe: conversion color - hexnumber - color Pin
Luc Pattyn13-Sep-07 3:18
sitebuilderLuc Pattyn13-Sep-07 3:18 
GeneralRe: conversion color - hexnumber - color Pin
Tom Deketelaere13-Sep-07 3:26
professionalTom Deketelaere13-Sep-07 3:26 
GeneralRe: conversion color - hexnumber - color Pin
Tim Craig13-Sep-07 18:21
Tim Craig13-Sep-07 18:21 
GeneralRe: conversion color - hexnumber - color Pin
Tom Deketelaere13-Sep-07 20:46
professionalTom Deketelaere13-Sep-07 20:46 
AnswerRe: conversion color - hexnumber - color Pin
Jeremy Falcon25-Sep-07 8:45
professionalJeremy Falcon25-Sep-07 8:45 
QuestionDinamyc priority asignation Pin
Nelek12-Sep-07 4:18
protectorNelek12-Sep-07 4:18 
AnswerRe: Dinamyc priority asignation Pin
Russell'13-Sep-07 6:54
Russell'13-Sep-07 6:54 
Nelek wrote:
dinamically


We understand your formula...but I can't understand how you wan't to 'dinamically' change the parameters.

You have:

priority=f(par1, par2, par3,...,parN);


where f mixes that parameters with '*' or '+' . This depends only on the logic of that parameter and only you can prepare f(...).

Now, if I well understand you want to change the output of the function f(...) (ie the priority) using the same parameters. This means that you need some extra parameters (we can call they as calibration-parameters): calib1, calib2...calibM. In this case:
priority=g(par1, par2, par3,...,parN, calib1, calib2...calibM);


The function g is more complex from f (you can for example implement it as a FIR/IIR filter).
The problem now is how change the calibration-parameters calib* (par* are constants).
Then you need a calibration step. This to learn how set calib* values.

It is not looking very very simpleUnsure | :~ ... but at the same time, not so hard



Russell

GeneralRe: Dinamyc priority asignation Pin
Nelek13-Sep-07 22:52
protectorNelek13-Sep-07 22:52 
GeneralRe: Dinamyc priority asignation Pin
Russell'14-Sep-07 0:02
Russell'14-Sep-07 0:02 
GeneralRe: Dinamyc priority asignation Pin
Nelek14-Sep-07 0:51
protectorNelek14-Sep-07 0:51 
GeneralRe: Dinamyc priority asignation Pin
Russell'14-Sep-07 1:07
Russell'14-Sep-07 1:07 
GeneralRe: Dinamyc priority asignation Pin
Nelek14-Sep-07 1:51
protectorNelek14-Sep-07 1:51 
GeneralRe: Dinamyc priority asignation Pin
Russell'14-Sep-07 2:17
Russell'14-Sep-07 2:17 
GeneralRe: Dinamyc priority asignation Pin
Nelek25-Sep-07 2:17
protectorNelek25-Sep-07 2:17 
GeneralRe: Dinamyc priority asignation Pin
Russell'25-Sep-07 3:03
Russell'25-Sep-07 3:03 
QuestionSemi automatic forground video segmentation Pin
ptr_Electron12-Sep-07 0:17
ptr_Electron12-Sep-07 0:17 
AnswerRe: Semi automatic forground video segmentation Pin
Russell'12-Sep-07 2:34
Russell'12-Sep-07 2:34 
QuestionCommon path aspect algorithm, help please! Pin
c#_keithy10-Sep-07 4:43
c#_keithy10-Sep-07 4:43 
AnswerRe: Common path aspect algorithm, help please! Pin
Dan Neely10-Sep-07 5:41
Dan Neely10-Sep-07 5:41 
GeneralRe: Common path aspect algorithm, help please! Pin
c#_keithy10-Sep-07 5:45
c#_keithy10-Sep-07 5:45 
GeneralRe: Common path aspect algorithm, help please! Pin
Dan Neely10-Sep-07 6:57
Dan Neely10-Sep-07 6:57 
AnswerRe: Common path aspect algorithm, help please! Pin
Russell'10-Sep-07 6:17
Russell'10-Sep-07 6:17 
QuestionRe: Common path aspect algorithm, help please! Pin
David Crow10-Sep-07 7:23
David Crow10-Sep-07 7:23 
Questioneliminate 50Hz noise in ECG.. Pin
ashwiny9-Sep-07 23:38
ashwiny9-Sep-07 23:38 

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.