Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 4dbf0ec391b877f21402aed9e8351fe8f7468d14 authored by D019 Rig on 19 December 2019, 23:25:22 UTC, committed by D019 Rig on 19 December 2019, 23:25:22 UTC
Update Calibration
1 parent 4cac1d4
  • Files
  • Changes
  • cb6e09d
  • /
  • Tools
  • /
  • Program_Maestro_and_CX
  • /
  • v410
  • /
  • cxdata_src_V410
  • /
  • noisyem.h
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:4dbf0ec391b877f21402aed9e8351fe8f7468d14
directory badge
swh:1:dir:7cb7f028037ea1fe6743e8c4ed8776a4befa1faa
content badge
swh:1:cnt:79ba73c76cd282275f6f700a3549c1d0e4eeea55

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
noisyem.h
//===================================================================================================================== 
//
// noisyem.h : Constants and other declarations for NOISYEM.C
//
// ****** FOR DESCRIPTION, REVISION HISTORY, ETC, SEE IMPLEMENTATION FILE ******
//
//===================================================================================================================== 

#if !defined(NOISYEM_H__INCLUDED_)
#define NOISYEM_H__INCLUDED_

#include "mex.h"
#include "wintypes.h"                     // some typical Windows typedefs that we need 
#include "cxobj_ifc_mex.h"                // common Maestro/CXDRIVER object definitions

                                       
#define EMU_NOISYDIR       0
#define EMU_NOISYSPD_ADD   1
#define EMU_NOISYSPD_MUL   2

typedef struct noisyTgtInfo            // defining information for noisy-dots target
{
   int type;                           // EMU_NOISYDIR, EMU_NOISYSPD_ADD, or EMU_NOISYSPD_MUL
   int level;                          // noise level N (interpretation depends on noise type)
   int updIntv;                        // noise update interval in integral # of milliseconds
   int nDots;                          // number of dots in target
                                       // applicable to RMVideo RMV_RANDOMDOTS target only
   int iFlags;                         // target flags
   int iPctCoherent;                  // % coherence [0..100] 
   float fDotLife;                     // finite dot life (0=infinite)
   int iSeed;                          // per-target seed for RNGs
   float fOuterW;                      // width of outer bounding rect in deg 
   float fOuterH;                      // height of outer bounding rect in deg
} NOISYTGTINFO, *PNOISYTGTINFO;

//===================================================================================================================== 
// "Public" functions defined in this module
//===================================================================================================================== 
void initNoisyDotsEmulator(BOOL isXY, int v, int len, int d, int w, int h, DWORD seed, double rmvFP);
void releaseNoisyDotsEmulator();
BOOL addNoisyDotsTarget(int tgt, PNOISYTGTINFO pInfo);
BOOL isNoisyDotsEmulatorEnabled();
void startNoisyDotsUpdate(int tick, int recTick, int xyFP);
void updateNoisyDotsTarget(int tgt, BOOL isOn, double dhPat, double dvPat, double dhWin, double dvWin);
void setNoisyDotsResults(mxArray* pOut);

#endif   // !defined(NOISYEM_H__INCLUDED_)



The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API