Home
last modified time | relevance | path

Searched refs:Notch (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/dports/audio/kwave/kwave-21.12.3/plugins/notch_filter/
H A Dkwaveplugin_notch_filter.desktop.in2 Name=Notch Filter
6 Name[da]=Notch-filter
9 Name[en_GB]=Notch Filter
12 Name[eu]=«Notch» iragazkia
13 Name[fi]=Notch-suodatin
19 Name[nl]=Notch-filter
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Brake/
H A DCarBrake.cs82 public double DecelerationAtServiceMaximumPressure(int Notch, double currentSpeed) in DecelerationAtServiceMaximumPressure() argument
84 if (Notch == 0) in DecelerationAtServiceMaximumPressure()
88 if (this.decelerationCurves.Length >= Notch) in DecelerationAtServiceMaximumPressure()
90 return this.decelerationCurves[Notch - 1].GetAccelerationOutput(currentSpeed, 1.0); in DecelerationAtServiceMaximumPressure()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/res/demo/para_eq/
H A Dpara_equalizer_x16_mono.cfg57 # 6: Notch
107 # 6: Notch
157 # 6: Notch
207 # 6: Notch
257 # 6: Notch
307 # 6: Notch
357 # 6: Notch
407 # 6: Notch
457 # 6: Notch
507 # 6: Notch
[all …]
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_filter.h38 enum Type { Low = 0, Band, High, Notch }; enumerator
57 case Notch:
110 enum Type { Low = 0, Band, High, Notch }; enumerator
144 case Notch: in output()
175 enum Type { Low = 0, Band, High, Notch }; enumerator
237 case Notch: in reset()
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_filter.h38 enum Type { Low = 0, Band, High, Notch }; enumerator
57 case Notch:
110 enum Type { Low = 0, Band, High, Notch }; enumerator
144 case Notch: in output()
175 enum Type { Low = 0, Band, High, Notch }; enumerator
237 case Notch: in reset()
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_filter.h38 enum Type { Low = 0, Band, High, Notch }; enumerator
57 case Notch:
110 enum Type { Low = 0, Band, High, Notch }; enumerator
144 case Notch: in output()
175 enum Type { Low = 0, Band, High, Notch }; enumerator
237 case Notch: in reset()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dhdr2ascii.m190 if ~isfield(HDR.Filter,'Notch');
191 HDR.Filter.Notch = repmat(NaN,1,HDR.NS);
200 if length(HDR.Filter.Notch)==1,
201 HDR.Filter.Notch = repmat(HDR.Filter.Notch,HDR.NS,1);
236 …Label\tfs [Hz]\tGDFTYP\tTH- TH+ Offset Calib PhysDim HP[Hz] LP[Hz] Notch R[kOhm] x y z\…
243 Notch = HDR.Filter.Notch(min(length(HDR.Filter.Notch),k)); variable
251 …de(k),Label,Fs,gdftyp,HDR.THRESHOLD(k,1:2),Off(k),Cal(k),physdim{1},HP,LP,Notch,Z,HDR.ELEC.XYZ(k,:…
/dports/audio/poly-lv2/PolyLV2-a363599/poly_vibrato_ext/
H A Dvibrato_ext.dsp43 depth = ctl_group(hslider("[2] Notch Depth (Intensity) [style:knob]", 1, 0, 1, 0.001));
45 width = nch_group(hslider("[1] Notch width [unit:Hz] [style:knob] [scale:log]",
51 fratio = nch_group(hslider("[4] Notch Freq Ratio [style:knob]",
H A Dvibrato_ext.ttl43 lv2:name "Notch Depth (Intensity)" ;
65 lv2:name "Notch width" ;
116 lv2:name "Notch Freq Ratio" ;
/dports/audio/poly-lv2/PolyLV2-a363599/poly_vibrato/
H A Dvibrato.dsp51 depth = ctl_group(hslider("[2] Notch Depth (Intensity) [style:knob]", 1, 0, 1, 0.001));
54 width = nch_group(hslider("[1] Notch width [unit:Hz] [style:knob] [scale:log]",
60 fratio = nch_group(hslider("[4] Notch Freq Ratio [style:knob]",
H A Dvibrato.ttl43 lv2:name "Notch Depth (Intensity)" ;
76 lv2:name "Notch width" ;
127 lv2:name "Notch Freq Ratio" ;
/dports/audio/audacity/audacity-Audacity-3.1.3/plug-ins/
H A Dnotch.ny5 $name (_ "Notch Filter")
8 $action (_ "Applying Notch Filter...")
/dports/biology/biosig/biosig-2.3.3/biosig4c++/examples/
H A Dgenerate_gdf_file.c89 double Notch=50; // 0: notch off, NaN: unkown local
98 biosig_channel_set_filter(CH, LowPass, HighPass, Notch);
111 biosig_channel_set_filter(CH, LowPass, HighPass, Notch);
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpPolyline.c390 struct Notch { struct
398 FindSteiner(int count, cpVect *verts, struct Notch notch) in FindSteiner() argument
561 static struct Notch
564 struct Notch notch = {}; in DeepestNotch()
606 struct Notch notch = DeepestNotch(count, verts, hullCount, hullVerts, first, tol); in ApproximateConcaveDecomposition()
/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A DRBJ.h157 class Notch
161 Notch (double f, double Q, BiQuad & bq) : RBJ (f, Q) in Notch() function
165 Notch (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in Notch() function
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A DRBJ.h157 class Notch
161 Notch (double f, double Q, BiQuad & bq) : RBJ (f, Q) in Notch() function
165 Notch (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in Notch() function
/dports/math/kfr/kfr-4.2.1/docs/docs/
H A Dbq_gallery.md49 ## Four Biquad Notch filters
59 plot_save("biquad_notch", output, options + ", title='Four Biquad Notch filters'");
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/audio_notch/
H A Dmeta.qml7 name: qsTr("Notch")
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_BiquadFilterType.rs15 Notch = "notch", enumerator

12345678910>>...22