/dports/math/py-PyWavelets/pywt-1.2.0/demo/ |
H A D | mra_vs_swt.py | 9 ecg = pywt.data.ecg() variable 13 coeffs = pywt.mra(ecg, wavelet=wavelet, level=level) 19 ylim = [ecg.min(), ecg.max()] 30 axes[0][0].plot(ecg) 32 axes[0][0].set_xlim(0, len(ecg) - 1) 44 ax.set_xlim(0, len(ecg) - 1) 51 coeffs = pywt.swt(ecg, wavelet=wavelet, level=level, norm=True, trim_approx=True) 56 axes[0][1].plot(ecg) 58 axes[0][1].set_xlim(0, len(ecg) - 1) 70 ax.set_xlim(0, len(ecg) - 1)
|
H A D | swt_variance.py | 9 ecg = pywt.data.ecg() variable 16 coeffs = pywt.swt(ecg, wavelet='sym4', trim_approx=True, norm=True) 20 print("Variance of the ecg signal = {}".format(np.var(ecg, ddof=1))) 29 ylim = [ecg.min(), ecg.max()] 33 axes[0].plot(ecg) 35 axes[0].set_xlim(0, len(ecg) - 1) 46 ax.set_xlim(0, len(ecg) - 1)
|
H A D | wp_visualize_coeffs_distribution.py | 13 ecg = pywt.data.ecg() variable 15 wp = WaveletPacket(ecg, 'sym5', maxlevel=4) 20 ax.plot(ecg, 'k') 21 ax.set_xlim(0, len(ecg) - 1)
|
H A D | dwt_swt_show_coeffs.py | 11 ecg = pywt.data.ecg() variable 75 plot_coeffs(ecg, 'sym5', "DWT: Ecg sample - Symmlets5", use_dwt) 83 plot_coeffs(ecg, 'sym5', "SWT: Ecg sample - simple QRS detection - Symmlets5",
|
H A D | dwt_signal_decomposition.py | 11 ecg = pywt.data.ecg() variable 69 plot_signal_decomp(ecg, 'sym5', "DWT: Ecg sample - Symmlets5")
|
/dports/science/py-scipy/scipy-1.7.1/scipy/misc/tests/ |
H A D | test_common.py | 16 ecg = electrocardiogram() 17 assert ecg.dtype == float 18 assert_equal(ecg.shape, (108000,)) 19 assert_almost_equal(ecg.mean(), -0.16510875) 20 assert_almost_equal(ecg.std(), 0.5992473991177294)
|
/dports/math/py-sympy/sympy-1.9/sympy/tensor/array/expressions/tests/ |
H A D | test_array_expressions.py | 533 ecg = _EditArrayContraction(cg) 534 assert ecg.to_array_contraction() == cg 536 ecg.args_with_ind[1], ecg.args_with_ind[2] = ecg.args_with_ind[2], ecg.args_with_ind[1] 539 ci = ecg.get_new_contraction_index() 542 ecg.args_with_ind.insert(2, new_arg) 545 assert ecg.get_contraction_indices() == [[1, 3, 6], [4, 5]] 549 raises(ValueError, lambda: ecg.get_mapping_for_index(2)) 551 ecg.args_with_ind.pop(1) 554 ecg.args_with_ind[0].indices[1] = ecg.args_with_ind[1].indices[0] 555 ecg.args_with_ind[1].indices[1] = ecg.args_with_ind[2].indices[0] [all …]
|
/dports/audio/py-music21/music21-7.1.0/music21/corpus/ryansMammoth/ |
H A D | BrokenLanternJig.abc | 13 | ecg ceg | efg a2ug | fdg ecg | dBg G2g | 14 | ecg ceg | efg a2ug | fdg ecg | dBg c2 :|
|
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t300_FeatureExtraction/ |
H A D | synthetic_ecg.m | 1 function ecg = synthetic_ecg(heart_rate,heart_peak,durration,srate) 2 % function ecg = synthetic_ecg(heart_rate,heart_peak,durration,srate) 54 ecg = heart_ampl * cos(2*pi*heart_rate*(1:length(heart_ampl)).'*t + heart_phase(ones(1,length(t)),:… variable 55 ecg = heart_peak * ecg / (max(ecg)-min(ecg)); variable
|
/dports/science/py-scipy/scipy-1.7.1/scipy/misc/ |
H A D | common.py | 325 ecg = file["ecg"].astype(int) # np.uint16 -> int 327 ecg = (ecg - 1024) / 200.0 328 return ecg
|
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/data/ |
H A D | _readers.py | 125 def ecg(): function 151 ecg = np.load(fname) 152 return ecg
|
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/tests/ |
H A D | test_data.py | 43 ecg = pywt.data.ecg() 47 assert_allclose(ecg[:3], ref)
|
/dports/security/softhsm2/softhsm-2.6.1/modules/tests/ |
H A D | test_botan_gost.cpp | 9 const Botan::EC_Group ecg(oid); in main() local 11 ecg.DER_encode(Botan::EC_DOMPAR_ENC_OID); in main()
|
H A D | test_botan_ecc.cpp | 8 const Botan::EC_Group ecg(oid); in main() local 10 ecg.DER_encode(Botan::EC_DOMPAR_ENC_OID); in main()
|
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 119 const EC_GROUP *ecg = NULL; in key_to_params() local 125 || (ecg = EC_KEY_get0_group(eckey)) == NULL) in key_to_params() 215 ecbits = EC_GROUP_order_bits(ecg); in key_to_params() 358 const EC_GROUP *ecg = NULL; in common_check_sm2() local 364 if ((ecg = EC_KEY_get0_group(ec)) == NULL in common_check_sm2() 619 const EC_GROUP *ecg = NULL; in common_get_params() local 626 ecg = EC_KEY_get0_group(eck); in common_get_params() 627 if (ecg == NULL) in common_get_params() 642 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 647 ecbits = EC_GROUP_order_bits(ecg); in common_get_params() [all …]
|
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 119 const EC_GROUP *ecg = NULL; in key_to_params() local 125 || (ecg = EC_KEY_get0_group(eckey)) == NULL) in key_to_params() 215 ecbits = EC_GROUP_order_bits(ecg); in key_to_params() 358 const EC_GROUP *ecg = NULL; in common_check_sm2() local 364 if ((ecg = EC_KEY_get0_group(ec)) == NULL in common_check_sm2() 619 const EC_GROUP *ecg = NULL; in common_get_params() local 626 ecg = EC_KEY_get0_group(eck); in common_get_params() 627 if (ecg == NULL) in common_get_params() 642 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 647 ecbits = EC_GROUP_order_bits(ecg); in common_get_params() [all …]
|
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 119 const EC_GROUP *ecg = NULL; in key_to_params() local 125 || (ecg = EC_KEY_get0_group(eckey)) == NULL) in key_to_params() 215 ecbits = EC_GROUP_order_bits(ecg); in key_to_params() 358 const EC_GROUP *ecg = NULL; in common_check_sm2() local 364 if ((ecg = EC_KEY_get0_group(ec)) == NULL in common_check_sm2() 619 const EC_GROUP *ecg = NULL; in common_get_params() local 626 ecg = EC_KEY_get0_group(eck); in common_get_params() 627 if (ecg == NULL) in common_get_params() 642 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 647 ecbits = EC_GROUP_order_bits(ecg); in common_get_params() [all …]
|
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 119 const EC_GROUP *ecg = NULL; in key_to_params() local 125 || (ecg = EC_KEY_get0_group(eckey)) == NULL) in key_to_params() 215 ecbits = EC_GROUP_order_bits(ecg); in key_to_params() 358 const EC_GROUP *ecg = NULL; in common_check_sm2() local 364 if ((ecg = EC_KEY_get0_group(ec)) == NULL in common_check_sm2() 619 const EC_GROUP *ecg = NULL; in common_get_params() local 626 ecg = EC_KEY_get0_group(eck); in common_get_params() 627 if (ecg == NULL) in common_get_params() 642 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 647 ecbits = EC_GROUP_order_bits(ecg); in common_get_params() [all …]
|
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 119 const EC_GROUP *ecg = NULL; in key_to_params() local 125 || (ecg = EC_KEY_get0_group(eckey)) == NULL) in key_to_params() 215 ecbits = EC_GROUP_order_bits(ecg); in key_to_params() 370 const EC_GROUP *ecg = NULL; in common_check_sm2() local 376 if ((ecg = EC_KEY_get0_group(ec)) == NULL in common_check_sm2() 631 const EC_GROUP *ecg = NULL; in common_get_params() local 638 ecg = EC_KEY_get0_group(eck); in common_get_params() 639 if (ecg == NULL) in common_get_params() 654 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 659 ecbits = EC_GROUP_order_bits(ecg); in common_get_params() [all …]
|
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 119 const EC_GROUP *ecg = NULL; in key_to_params() local 125 || (ecg = EC_KEY_get0_group(eckey)) == NULL) in key_to_params() 215 ecbits = EC_GROUP_order_bits(ecg); in key_to_params() 370 const EC_GROUP *ecg = NULL; in common_check_sm2() local 376 if ((ecg = EC_KEY_get0_group(ec)) == NULL in common_check_sm2() 631 const EC_GROUP *ecg = NULL; in common_get_params() local 638 ecg = EC_KEY_get0_group(eck); in common_get_params() 639 if (ecg == NULL) in common_get_params() 654 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 659 ecbits = EC_GROUP_order_bits(ecg); in common_get_params() [all …]
|
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/ |
H A D | MayaDMVectorRenderGlobals.h | 165 void setEdgeColorG(float ecg) in setEdgeColorG() argument 167 if(ecg == 0) return; in setEdgeColorG() 168 fprintf(mFile,"\tsetAttr \".ec.ecg\" %f;\n", ecg); in setEdgeColorG()
|
/dports/security/softhsm2/softhsm-2.6.1/m4/ |
H A D | acx_botan_ecc.m4 | 22 const Botan::EC_Group ecg(oid); 25 ecg.DER_encode(Botan::EC_DOMPAR_ENC_OID);
|
H A D | acx_botan_gost.m4 | 22 const Botan::EC_Group ecg(oid); 25 ecg.DER_encode(Botan::EC_DOMPAR_ENC_OID);
|
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/ |
H A D | ec_backend.c | 356 const EC_GROUP *ecg = EC_KEY_get0_group(ec); in ossl_ec_set_ecdh_cofactor_mode() local 368 if ((cofactor = EC_GROUP_get0_cofactor(ecg)) == NULL ) in ossl_ec_set_ecdh_cofactor_mode() 398 const EC_GROUP *ecg = NULL; in ossl_ec_key_fromdata() local 402 ecg = EC_KEY_get0_group(ec); in ossl_ec_key_fromdata() 403 if (ecg == NULL) in ossl_ec_key_fromdata() 419 || (pub_point = EC_POINT_new(ecg)) == NULL in ossl_ec_key_fromdata() 420 || !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx)) in ossl_ec_key_fromdata() 460 order = EC_GROUP_get0_order(ecg); in ossl_ec_key_fromdata()
|
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/ |
H A D | ec_backend.c | 356 const EC_GROUP *ecg = EC_KEY_get0_group(ec); in ossl_ec_set_ecdh_cofactor_mode() local 368 if ((cofactor = EC_GROUP_get0_cofactor(ecg)) == NULL ) in ossl_ec_set_ecdh_cofactor_mode() 398 const EC_GROUP *ecg = NULL; in ossl_ec_key_fromdata() local 402 ecg = EC_KEY_get0_group(ec); in ossl_ec_key_fromdata() 403 if (ecg == NULL) in ossl_ec_key_fromdata() 419 || (pub_point = EC_POINT_new(ecg)) == NULL in ossl_ec_key_fromdata() 420 || !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx)) in ossl_ec_key_fromdata() 460 order = EC_GROUP_get0_order(ecg); in ossl_ec_key_fromdata()
|