[go: up one dir, main page]

Showing 265 open source projects for "octave"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 1
    Octave Forge

    Octave Forge

    A collection of packages providing extra functionality for GNU Octave

    Octave Forge is a central location for collaborative development of packages for GNU Octave. The Octave Forge packages expand Octave's core functionality by providing field specific features via Octave's package system. See https://octave.sourceforge.io/packages.php for a list of all available packages. GNU Octave is a high-level interpreted language, primarily intended for numerical computations.
    Leader badge">
    Downloads: 1,836 This Week
    Last Update:
    See Project
  • 2
    Machine Learning Octave

    Machine Learning Octave

    MatLab/Octave examples of popular machine learning algorithms

    This repository contains MATLAB / Octave implementations of popular machine learning algorithms, along with explanatory code and mathematical derivations, intended as educational material rather than production code. Implementations of supervised learning algorithms (linear regression, logistic regression, neural nets). The author’s goal is to help users understand how each algorithm works “from scratch,” avoiding black-box library calls.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    EEGLAB

    EEGLAB

    EEGLAB is an open source signal processing environment

    ...It incorporates powerful tools for data import, preprocessing, independent component analysis (ICA), time-frequency analysis, artifact rejection, and visualization—all within a GUI framework that also supports scripting and plugin extensions. EEGLAB is an open source signal processing environment for electrophysiological signals running on Matlab and Octave (command line only for Octave). This folder contains original Matlab functions from the EEGLAB (formerly ICA/EEG) Matlab toolbox, all released under the Gnu public license (see eeglablicence.txt). See the EEGLAB tutorial and reference paper (URLs given below) for more information. All distributed EEGLAB functions (admin, sigproc, pop, misc).
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    RunMat

    RunMat

    The Fast, Free, Modern MATLAB / Octave code runtime

    RunMat is a free, open-source, MATLAB-compatible runtime designed to execute existing MATLAB/Octave code without license fees or vendor lock-in. The project emphasizes modern performance, describing a V8-inspired runtime architecture with a lightweight installer for Linux, macOS, and Windows. It targets full language grammar and core semantics, aiming to support arrays, indexing idioms, multiple return values, and classdef constructs that many scientific users rely on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 5
    Audiomentations

    Audiomentations

    A Python library for audio data augmentation

    A Python library for audio data augmentation. Inspired by albumentations. Useful for deep learning. Runs on CPU. Supports mono audio and multichannel audio. Can be integrated in training pipelines in e.g. Tensorflow/Keras or Pytorch. Has helped people get world-class results in Kaggle competitions. Is used by companies making next-generation audio products. Mix in another sound, e.g. a background noise. Useful if your original sound is clean and you want to simulate an environment where...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    JSONLab

    JSONLab

    JSONLab: compact, portable, robust JSON/binary-JSON encoder

    ...It can be used to convert a MATLAB data structure (array, struct, cell, struct array, cell array, and objects) into JSON/UBJSON/MessagePack formatted strings and files, or to parse a JSON/UBJSON/MessagePack file into MATLAB data structure. JSONLab supports nearly all versions of MATLAB and GNU Octave (a free MATLAB clone). The development of JSONLab is currently funded by the US National Institute of Health (NIH) as part of the NeuroJSON project (data portal https://neurojson.io) under grant U24-NS124027. The goal of the NeuroJSON project is to develop scalable, searchable, and reusable neuroimaging data formats and data-sharing platforms. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    octave-joystick

    Basic matlab-like api for reading a joystick in GNU Octave

    Basic matlab-like api for reading a joystick in GNU Octave. It uses SDL 1 or 2 to provide the joysick functionality
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    octave-ocl

    OpenCL support for GNU Octave

    ...The Package does not, by itself, provide parallelization of higher numerical methods (like BLAS or LAPACK). The Package is also available from the corresponding Octave Forge webpage https://octave.sourceforge.io/ocl/index.html. More information on GNU Octave can be found at https://www.octave.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    StringTemplate-for-Octave

    StringTemplate-for-Octave

    Interface for GNU Octave/MATLAB with StringTemplate V4 template engine

    This project provides a generic interface for GNU Octave with Terence Parr's popular StringTemplate V4 template engine; MATLAB is supported, too. The concept is simple. An Octave script wraps your data in suitable Java collections, so that deeply nested data structures can be passed to the template engine just like that - and without the need for a compiled Java interface class, as it would when directly building on Octave's generic Java interface to access StringTemplate. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    CasADi

    CasADi

    CasADi is a symbolic framework for numeric optimization

    CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT, etc. It can be used in C++, Python, or Matlab/Octave. CasADi's backbone is a symbolic framework implementing forward and reverse modes of AD on expression graphs to construct gradients, large-and-sparse Jacobians, and Hessians. These expression graphs, encapsulated in Function objects, can be evaluated in a virtual machine or exported to stand-alone C code. Initial value problems in ordinary or differential-algebraic equations (ODE/DAE) can be calculated using explicit or implicit Runge-Kutta methods or interfaces to IDAS/CVODES from the SUNDIALS suite. ...
    Downloads: 66 This Week
    Last Update:
    See Project
  • 11
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    A mostly MATLAB-compatible fuzzy logic toolkit for Octave. A complete function reference is located here: https://lmarkowsky.github.io/fuzzy-logic-toolkit/, and the official Octave documentation is here: https://www.octave.org/support If the function reference and Octave documentation do not address your questions or if you have comments, contact me at lmarkov@users.sourceforge.net.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This is a freedom software and it obeys opensource initiative. The main purpose of this project is to bring extra updates to the existing Octave OCL project with more supporting PC devices like Intel GPU, AMD APUs, and Apple Silicon GPU as well as mobile devices like Qualcomm Adreno and ARM Mali GPUs. Ever since started providing extra GPU Compute support, it has been for OpenCL-enabled hardware and this promise will not change for OpenSource community. My profile is here: https://www.researchgate.net/profile/Jinchuan-Tang-4. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    WavePacket (Matlab/Octave)

    WavePacket (Matlab/Octave)

    Dynamics of quantum systems, controlled by external fields

    WavePacket is a program package for numerical simulation of quantum-mechanical wavepacket dynamics of distinguishable particles. It can be used to solve single or coupled time-independent or time-dependent (linear) Schrödinger and Liouville-von Neumann-equations, partly also classical or quantum-classical Liouville equations. Optionally accounting for the interaction with external electric fields within the semiclassical dipole approximation, WavePacket can be used to simulate modern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Top Octave Generator

    A Top Octave Generator using a 16MHz ATmega328P

    The software gives an ATmega328P similar functionality to a Top Octave Generator IC such as the Mostek MK50242. 12 square waves are produced on 12 pins, the frequencies being an approximation of a well tempered scale with base note of A 440Hz. Two sources are provided, one for the octave A7 (3520Hz) to G#8 (6645Hz), the other for the octave C#8 (4435Hz) to C9 (8372Hz). The notes are more accurate than produced by the original TOG IC, within 0.1Hz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Iso2Mesh - A 3D Mesh Generation Toolbox

    Iso2Mesh - A 3D Mesh Generation Toolbox

    A 3D surface and volumetric mesh generator for MATLAB/Octave

    A simple yet powerful mesh generator based on MATLAB/GNU Octave language, creating finite-element mesh from surfaces or arbitrary 3D volumetric images (such as MRI/CT scans) with fully automatic workflows.
    Leader badge">
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    SWIG

    SWIG

    A code generator for connecting C/C++ with other programming languages

    ...SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, D, Go language, Java, Lua, OCaml, Octave, R and Scilab as well as the Guile implementation of the Scheme language. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code. ...
    Leader badge">
    Downloads: 38,571 This Week
    Last Update:
    See Project
  • 18
    octpgfpl - 2D diagrams for LaTeX

    octpgfpl - 2D diagrams for LaTeX

    Create 2D diagrams for use with LaTeX from GNU Octave

    Create 2D diagrams for use with LaTeX or pdfLaTeX from GNU Octave. Diagrams are written as PGF files using the pgfcore package or as PDF+TeX or EPS+TeX file pairs. Align the grid - not the entire drawing - to inches or cm. See the Wiki for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Auditory Modeling Toolbox
    The auditory modeling toolbox (AMT) is a Matlab/Octave toolbox for the development and application of auditory computational models. Over 50 auditory models implemented in Matlab, Octave, C, C++, and Python can be run from Matlab and Octave, on Windows and Linux. The AMT provides a well-structured in-code documentation, includes auditory data required to run the models. It integrates functionality to reproduce the model predictions.
    Leader badge">
    Downloads: 32 This Week
    Last Update:
    See Project
  • 20
    syre

    syre

    Synchronous Reluctance (machines) - evolution

    SyR-e is a Matlab/Octave package developed to design, evaluate and optimize synchronous reluctance and permanent magnet machines. To perform Finite Element Analysis (FEA) SyR-e is linked to FEMM software, and the simulation process (model creation, pre-processing, post-processing) is automatic and completely controlled from SyR-e code. For the design section, SyR-e embeds automatic procedures based on design equations, minimal FEA simulations or multi-objective optimization algorithm joined with FEA simulations. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    CoolProp
    ...Can also make use of REFPROP when available. In addition, calculations for Humid Air Properties based on ASHRAE RP-1485 are provided. Wrappers are available for MATLAB, Octave, Python, C#, Fortran and many more.
    Leader badge">
    Downloads: 1,407 This Week
    Last Update:
    See Project
  • 22

    DDE-BIFTOOL

    Bifurcation analysis for delay-differential equations

    .... [1] <http://twr.cs.kuleuven.be/research/software/delay/ddebiftool.shtml> [2] <https://www.gnu.org/software/octave> Further tutorials (by M Bosschaert) at <https://sites.google.com/a/uhasselt.be/maikel-bosschaert/home> (pdf files).
    Leader badge">
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    STK

    STK

    a Small (Matlab/Octave) Toolbox for Kriging

    The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on the interpolation / regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesian method using a Gaussian Process (GP) prior. The STK also provides tools for the sequential and non-sequential design of experiments. Even though it is, currently, mostly geared towards the Design and Analysis of Computer Experiments (DACE),...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    EarQuiz Frequencies

    EarQuiz Frequencies

    Software for technical ear training on equalization

    ...The overall training process involves ongoing learning and testing yourself. In the Learn mode, you listen to the pink noise or music (or other external audio) excerpts with switched off and on 1-octave or 1/3-octave graphic EQ, boosting or cutting frequency bands within certain spectral ranges. Then in the Test mode you are given a sequence of 10 similar examples, where you try to guess, which frequencies are boosted or cut, and you get scored. The program is Free Software, distributed under GNU GPL v3 License.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    byzorgan

    byzorgan

    Specialized sound synthesizer with Byzantine Church music scales

    ...On the screen there are labels with symbols of Byzantine notes. There is a metronome. The program is oriented on the Chrysanthos tuning of the diatonic scale: 9/8 - 12/11 - 88/81. The octave is divided into 17 (or 19) non-equal parts, it allows you to get all the Byzantine modes.
    Downloads: 29 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next