Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

numerical-analysis

Signal processing library in Java? [closed]

September 1, 2023 by Tarik

My first suggestion is to not do your DSP implementation in Java. My second suggestion would be to roll your own simple DSP implementations yourself in Java. Why not to use Java: I have lots of experience writing DSP code over the last 10+ years… and almost none of the DSP code is in Java… … Read more

Categories java Tags java, numerical-analysis, signal-processing Leave a comment

BigDecimal multiply by zero

April 3, 2023 by Tarik

You can’t use the equals() method to compare BigDecimals, like this assertion does. That is because this equals function will compare the scale. If the scale is different, equals() will return false, even if they are the same number mathematically. You can however use compareTo() to do what you want: As @assylias points out, you … Read more

Categories java Tags bigdecimal, java, numerical-analysis, rounding-error Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa