Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4059120
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:10:01+00:00 2026-05-20T15:10:01+00:00

I didn’t really know how to phrase this question, its quite strange. I have

  • 0

I didn’t really know how to phrase this question, its quite strange.

I have a 1d array of intensity values, and a bounding box (integer start and end point in the array). I want to keep the values within the bounding box the same, but diminish the values outside the box in an exponential way (ie the further away they are the more they are diminished). Should look something like a gaussian with a plateau where the bounding box is. Can anyone give an example of how I could do this? My brain is not working right tonight, thanks.

UPDATE:

I used this:

if (j < low) a[j] *= Logistic(t*(j + (6f/t) - low));
else if (j > high) a[j] *= Logistic(-t*(j - (6f/t) - high));

private double Logistic(double x)
{
    return (1 / (1 + Math.Exp(-x)));
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T15:10:02+00:00Added an answer on May 20, 2026 at 3:10 pm

    Something like

    if (n<low)
      a[n] *=  exp(-t*(low-n));
    else if (n>high)
      a[n] *=  exp(-t*(n-high));
    else 
      a[n] *=  1.0;
    

    with a parameter t? Indeed the last else branch may be omitted.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Didn't even know how to exactly phrase this question, but here is the the
really didn't want to ask this because I'm sure its simple but: I have
I didn't know exactly how to title this question. I have a base class
I didn't find an answer to this question because I don't know if I'm
Didn't know how else to put this. Say I have a JavaScript method that
I didn't really know how to phrase the title of my questions, so my
Didn't really know how to title this. First time writing a gem so not
I didn't find an answer on the net and i hope this question have
I didn't find much in tutorials on this specific question.. So I have a
I didn't really know how to formulate the title. But this is my problem.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.