Search Results for "continuous wavelet transform c++"

Showing 19 open source projects for "continuous wavelet transform c++"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1

    C++ FFT

    C++ radix 2 & 3 multi-dimension complex FFT & graphical test program

    This C++ code does radix 2 & 3 multi-dimension (any) complex FFT and its inverse. Array dimensions with sizes that are not 2^m 3^n are automatically zero-padded to the nearest larger size integer of the form 2^m 3^n. The new array has the original data centered, except when a dimension size is increased by an odd number, the zero padding on the left is one less than the zero padding on the right. This FFT code is in is own namespace and is in one source file and one include file. There is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Description and detailed explanation on Fourier Transform, some FFT, LPC etc. Runable project demonstrates DCT transform on continuous audio, show and edit audio source with different zooming and view.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    libPGF

    libPGF

    libPGF is an implementation of the Progressive Graphics File (PGF)

    The Progressive Graphics File (PGF) is an efficient image file format, that is based on a fast, discrete wavelet transform with progressive coding features. PGF can be used for lossless and lossy compression. It's most suitable for natural images. PGF can be used as a very efficient and fast replacement of JPEG 2000.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4

    WaveletStat

    Wavelet analysis of 1D and 2D statistical distributions

    This is WaveletStat, a scientific software to analyse statistical distributions by Continuous Wavelet Transforms (CWTs). Taking an input random sample, it computes the corresponding CWT, filters out the noise based on a p-value criterion, and reconstructs a denoised model of the density function by matching pursuit iterations. The C++ code has two branches: the 1D branch can be used on 1D distributions only, while 1D2D can be used both on 1D and 2D distributions (though less optimal on 1D). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5

    wavelib

    C Implementation of Wavelet Transform (DWT,SWT and MODWT)

    Methods Implemented DWT/IDWT A decimated Discrete Wavelet Transform implementation using implicit signal extension and up/downsampling so it is a fast implementation. A FFT based implementation is optional but will not be usually needed. Both periodic and symmetric options are available. SWT/ISWT Stationary Wavelet Transform. It works only for signal lengths that are multiples of 2^J where J is the number of decomposition levels. For signals of other lengths see MODWT...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WaMoFi

    Wa[velet] Mo[tif] Fi[nder]

    WaMoFi: Is a method for finding protein motifs using the stored information from statistical contact potentials (aaindex) and the a representation by the continuous wavelet transform. Please use: R 3.1.0 and Matlab 2014 How to use: Just replace the directory and files In the head of the WaMoFi.m script. Then, run it in a matlab console. --dataset: your data set in a fasta file --labels: a file with the label/class per line --percTest: how much of the test will be used for finding the motifs?. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    libdwt

    a cross-platform discrete wavelet transform library implemented in C

    libdwt is a cross-platform discrete wavelet transform library implemented in C language. The library implements fast wavelet transform algorithm using lifting scheme. Cohen-Daubechies-Feauveau wavelets with 4 vanishing moments were used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jpxdec

    jpxdec is open-source scanline jpeg2000 decoder library written in C

    jpxdec is open-source scanline jpeg2000 decoder library written in C, which utility implements the continuous tone image compression spec, also known as ISO/IEC 15444 (JPEG 2000 Standard). FEATURES: 1. Scan lines decoding and row-based wavelet transform. 2. Use fix-point to achieve high performace. 3. Memmory management support. 4. Stream-based input decoding. 5. Automatically colospace convert support. 6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C++ Wavelet Transform Implementation using Lifting Method . http://liftwave.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10

    ISAD

    Individual Synaptic Activity Detection (ISAD)

    ...It computes synaptic signals from automatically segmented regions of interest and detects peaks that represent vesicle fusion events, thus, pre-synaptic activity. ISAD is based on MWA, which is a continuous wavelet transform based algorithm that employs multiple wavelets and is published as: Sokoll, S., Tönnies, K., and Heine, M. Detection of Spontaneous Vesicle Release at Individual Synapses Using Multiple Wavelets in a CWT-Based Algorithm. Med Image Comput Comput Assist Interv (MICCAI). 2012;15(Pt 1):165-72 ISAD is written in MATLAB and comes with a graphical user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Implements Lazy Wavelet Transform with Lifting in several variants: 1-D, 2-D, 3-D, integer precision, etc. Sample video compressor, integrated with FFmpeg. OpenCL version is created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DyadWaves is an easy to use Windows/Linux GUI for 1D and 2D Wavelet Transform. This software is pretty basic with functionality consisting of Wavelet Transform computation, signal/image approximation and denoising using up to three transform modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This wavelet library implements the 1D wavelet transform of matlab wavelet toolbox with c++. It aims to supply an easy-to-use, portable and efficient wavelet toolbox to those who are used to the matlab wavelet interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Continuous wavelet transform library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    wxMorlet implements the new algorithm (see "Documentation") for the computation of the continuous wavelet transform with the Morlet wavelet. wxMorlet calculates it as a numerical solution of the proper PDE and represents the results in a graphical form
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A command-line tool for applying the continuous wavelet transform with respect to predefined wavelets to sampled data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A library written in C for lossy image compression. Library libopen/format OPEN supports two methods of compression - discrete cosine transform (used in JPEG) and discrete wavelet transform (used in JPEG2000).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Clean implementation (in ANSI-C) of the Wavelets Transform. It works fairy good as a sparser, which can be combined with a compression algorithm (by using programs like bzip and gzip) to achieve high compression ratios (as good as mp3's).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Image recognition program for granulometry analysis. Based on wavelet transform and levelset method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB