Noisy-lang-compiler icon indicating copy to clipboard operation
Noisy-lang-compiler copied to clipboard

Noisy language compiler

Results 100 Noisy-lang-compiler issues
Sort by recently updated
recently updated
newest added

Print a warning message when the compiler detects operations between axes of the same signal. For example, when `acceleration` is a three-axis signal, when performing ``` acceleration[0] + acceleration[1] ```...

Enhancement

Investigate using information about the relationships between signals to perform compile-time code transformations/optimizations. The invariants may specify some specific relationship between signals, bounds for signals , or conditions for when...

Prosecco

Investigate how to translate invariants to runnable code for checking conditions. How to implement the code and where to keep it in the final binary. When and how to perform...

Prosecco

Trace signal types propagation originate defined by typedef (issue #552 ) to determine the minimum type for signal users. The value range and resolution of signals carried by the Newton...

Prosecco

**Is your feature request related to a problem?** To start the investigation of how the data types of typedef'ed signals affect the generated code in Prosecco, we want to be...

Enhancement
Prosecco

**Describe the bug** Enum `NewtonIrBackends` in `src/common/common-data-structures.h` contains a duplicate entry. Entries `kNewtonIrBackendTargetParam` and `kNewtonIrBackendLatex` have the same value. ``` typedef enum { kNewtonIrBackendDot = (1

Bug

**Is your feature request related to a problem?** We want to automate the generation of a C header file that will include a `typedef` for each signal defined in a...

Enhancement
Prosecco

**Describe the bug** Using the scientific notation with a sign in the exponent in the ParameterTuple of a distribution in the UncertaintyStatement of a BaseSignalDefinition causes a syntax error. The...

Bug

Based on these works: R. Xiong, H. He, F. Sun, and K. Zhao, “Evaluation on State of Charge Estimation of Batteries With Adaptive Extended Kalman Filter by Experiment Approach,” IEEE...

State Estimation Backend

**Description of the bug** When adding a block such as the following to a Newton description, it gives the following error: "Variable use before declaration: '(sensorIdentifier)'". ``` mySignal : signal...

Bug
Next Up