Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dsatools

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsatools - npm Package Compare versions

Comparing version
0.1.91
to
0.1.92
+1
-1
dsatools.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: dsatools
Version: 0.1.91
Version: 0.1.92
Summary: The library with a most popular tools for Digital Signal Analysis (DSA)

@@ -5,0 +5,0 @@ Home-page: https://github.com/MVRonkin/dsatools

@@ -308,4 +308,3 @@ import numpy as _np

freqm = _np.sin(2*_np.pi*t/(tm*divider)+phi0)
return (f0)+delta_f*(freqm-min(freqm))
/(max(freqm)-min(freqm))
return (f0)+delta_f*(freqm-min(freqm))/(max(freqm)-min(freqm))

@@ -312,0 +311,0 @@ #-------------------------------------

Metadata-Version: 1.1
Name: dsatools
Version: 0.1.91
Version: 0.1.92
Summary: The library with a most popular tools for Digital Signal Analysis (DSA)

@@ -5,0 +5,0 @@ Home-page: https://github.com/MVRonkin/dsatools

@@ -10,3 +10,3 @@

packages=find_packages(),
version="0.1.91",
version="0.1.92",
description=""" The library with a most popular tools for Digital Signal Analysis (DSA) """,

@@ -13,0 +13,0 @@ long_description=readme,