Uses of Interface
org.episteme.core.measure.quantity.Frequency
Packages that use Frequency
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Provides classes and interfaces for org.episteme.natural.device.sim.
Provides the
org.episteme.social.medicine module.- musical notes, instruments, compositions.
-
Uses of Frequency in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type FrequencyMethods in org.episteme.core.measure that return types with arguments of type Frequency -
Uses of Frequency in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Frequency in org.episteme.core.measure.quantityModifier and TypeInterfaceDescriptioninterfaceFrequency quantity (events per unit time). -
Uses of Frequency in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Frequency -
Uses of Frequency in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return types with arguments of type FrequencyModifier and TypeMethodDescriptionChemicalReaction.calculateRateConstant(Quantity<Temperature> temperature) Calculates the reaction rate constant k using the Arrhenius equation. k = A * exp(-Ea / (R * T)) -
Uses of Frequency in org.episteme.natural.device.actuators
Subinterfaces with type arguments of type Frequency in org.episteme.natural.device.actuatorsMethods in org.episteme.natural.device.actuators that return types with arguments of type FrequencyMethod parameters in org.episteme.natural.device.actuators with type arguments of type Frequency -
Uses of Frequency in org.episteme.natural.device.sensors
Methods in org.episteme.natural.device.sensors that return types with arguments of type FrequencyMethod parameters in org.episteme.natural.device.sensors with type arguments of type FrequencyModifier and TypeMethodDescriptionvoidOscilloscope.setSampleRate(Quantity<Frequency> samplesPerSecond) -
Uses of Frequency in org.episteme.natural.device.sim
Subclasses with type arguments of type Frequency in org.episteme.natural.device.simModifier and TypeClassDescriptionclassSimulated implementation of Centrifuge.Methods in org.episteme.natural.device.sim that return types with arguments of type FrequencyModifier and TypeMethodDescriptionSimulatedOscilloscope.getBandwidth()SimulatedCentrifuge.getCurrentRPM()SimulatedCentrifuge.getMaxRPM()SimulatedOscilloscope.getSampleRate()Method parameters in org.episteme.natural.device.sim with type arguments of type FrequencyModifier and TypeMethodDescriptionvoidvoidSimulatedOscilloscope.setSampleRate(Quantity<Frequency> samplesPerSecond) voidConstructor parameters in org.episteme.natural.device.sim with type arguments of type FrequencyModifierConstructorDescriptionSimulatedCentrifuge(Identification id, Quantity<Frequency> maxRPM, Quantity<Dimensionless> maxRCF, Centrifuge.RotorType rotorType) -
Uses of Frequency in org.episteme.natural.engineering.control
Method parameters in org.episteme.natural.engineering.control with type arguments of type FrequencyModifier and TypeMethodDescriptionstatic RealControlSystems.firstOrderMagnitude(Real K, Quantity<Frequency> omega, Quantity<Frequency> omegaCutoff) Bode magnitude for first-order system.ControlSystems.firstOrderPhase(Quantity<Frequency> omega, Quantity<Frequency> omegaCutoff) Bode phase for first-order system.Peak time for second-order underdamped system. tp = π / wdRise time estimate for second-order system. tr ≈ (π - φ) / wdstatic RealSecond-order system step response (underdamped).ControlSystems.settlingTime(Quantity<Frequency> wn, Real zeta) Settling time (2% criterion). ts ≈ 4 / (ζ * ωn) -
Uses of Frequency in org.episteme.natural.engineering.electrical
Methods in org.episteme.natural.engineering.electrical that return types with arguments of type FrequencyModifier and TypeMethodDescriptionCircuitAnalysis.resonantFrequency(Quantity<Inductance> inductance, Quantity<ElectricCapacitance> capacitance) Resonant frequency for LC circuit. f = 1 / (2Ï€ * sqrt(LC))Method parameters in org.episteme.natural.engineering.electrical with type arguments of type FrequencyModifier and TypeMethodDescriptionstatic Quantity<ElectricResistance> CircuitAnalysis.capacitiveReactance(Quantity<Frequency> frequency, Quantity<ElectricCapacitance> capacitance) Capacitive reactance.static Quantity<ElectricResistance> CircuitAnalysis.inductiveReactance(Quantity<Frequency> frequency, Quantity<Inductance> inductance) Inductive reactance. -
Uses of Frequency in org.episteme.natural.engineering.fluids
Method parameters in org.episteme.natural.engineering.fluids with type arguments of type FrequencyModifier and TypeMethodDescriptionstatic RealFluidMachinery.specificSpeed(Quantity<Frequency> speed, Quantity<VolumetricFlowRate> flowRate, Quantity<Length> head) Specific speed (dimensionless-ish). -
Uses of Frequency in org.episteme.natural.medicine
Methods in org.episteme.natural.medicine that return types with arguments of type FrequencyModifier and TypeMethodDescriptionVitalSigns.heartRate()Returns the value of theheartRaterecord component.VitalSigns.respirationRate()Returns the value of therespirationRaterecord component.Constructor parameters in org.episteme.natural.medicine with type arguments of type FrequencyModifierConstructorDescriptionVitalSigns(Quantity<Frequency> heartRate, Quantity<Pressure> systolic, Quantity<Pressure> diastolic, Quantity<Dimensionless> spO2, Quantity<Frequency> respirationRate, Quantity<Temperature> temperature) Creates an instance of aVitalSignsrecord class. -
Uses of Frequency in org.episteme.natural.medicine.epidemiology
Methods in org.episteme.natural.medicine.epidemiology that return types with arguments of type FrequencyModifier and TypeMethodDescriptionSEIRModel.getBeta()SEIRSModel.getBeta()SIRModel.getBeta()SEIRModel.getGamma()SEIRSModel.getGamma()SIRModel.getGamma()SEIRModel.getSigma()SEIRSModel.getSigma()SEIRSModel.getXi()Constructor parameters in org.episteme.natural.medicine.epidemiology with type arguments of type FrequencyModifierConstructorDescriptionSEIRModel(int population, int initialExposed, int initialInfected, Quantity<Frequency> transmissionRate, Quantity<Frequency> incubationRate, Quantity<Frequency> recoveryRate) Creates a SEIR model.SEIRSModel(int population, int initialExposed, int initialInfected, Quantity<Frequency> transmissionRate, Quantity<Frequency> incubationRate, Quantity<Frequency> recoveryRate, Quantity<Frequency> immunityLossRate) Creates a SEIRS model.SIRModel(int population, int initialInfected, Quantity<Frequency> transmissionRate, Quantity<Frequency> recoveryRate) -
Uses of Frequency in org.episteme.natural.medicine.pharmacology
Methods in org.episteme.natural.medicine.pharmacology that return types with arguments of type FrequencyMethod parameters in org.episteme.natural.medicine.pharmacology with type arguments of type FrequencyModifier and TypeMethodDescriptionPharmacokinetics.timeToPeak(Quantity<Frequency> absorptionRate) Time to peak concentration after oral dose. tmax = ln(ka/ke) / (ka - ke)Constructor parameters in org.episteme.natural.medicine.pharmacology with type arguments of type FrequencyModifierConstructorDescriptionPharmacokinetics(Quantity<Frequency> eliminationRateConstant, Quantity<Volume> volumeOfDistribution, double bioavailability) Creates pharmacokinetic model. -
Uses of Frequency in org.episteme.natural.physics.astronomy.mechanics
Fields in org.episteme.natural.physics.astronomy.mechanics with type parameters of type Frequency -
Uses of Frequency in org.episteme.natural.physics.quantum
Method parameters in org.episteme.natural.physics.quantum with type arguments of type FrequencyModifier and TypeMethodDescriptionQuantumMechanics.photonEnergy(Quantity<Frequency> f) Photon energy: E = h * f -
Uses of Frequency in org.episteme.social.arts.music
Methods in org.episteme.social.arts.music that return types with arguments of type FrequencyModifier and TypeMethodDescriptionHarmonyEngine.calculateFrequency(int semitonesFromA4) Note.getFrequency()Returns frequency as a Real-based Quantity. f = 440 * 2^((n - 69 + cents/100) / 12)