Home
last modified time | relevance | path

Searched full:moving (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
DREADME.rst1 .. zephyr:code-sample:: cmsis-dsp-moving-average
2 :name: CMSIS-DSP moving average
4 Use the CMSIS-DSP library to calculate the moving average of a signal.
9 This sample demonstrates how to use the CMSIS-DSP library to calculate the moving average of a
15 A **moving average** filter is a common method used for smoothing noisy data. It can be implemented
17 N is the number of "taps" (i.e. the size of the moving average window).
19 The sample uses a very simple input signal of 32 samples, and computes the moving average using a
26 compute the moving average.
50 The sample will output the number of cycles it took to compute the moving averages, as well as the
Dsample.yaml2 description: Use CMSIS DSP to calculate moving average
3 name: CMSIS DSP Moving Average
/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/
Dmain.c102 bool moving = true; in ZTEST_F() local
108 (void)stepper_is_moving(fixture->dev, &moving); in ZTEST_F()
109 zassert_false(moving, "Driver should not be in state is_moving after being disabled"); in ZTEST_F()
133 bool moving = true; in ZTEST_F() local
142 (void)stepper_is_moving(fixture->dev, &moving); in ZTEST_F()
143 zassert_false(moving, "Driver should not be in state is_moving after being reenabled"); in ZTEST_F()
243 bool moving = false; in ZTEST_F() local
249 (void)stepper_is_moving(fixture->dev, &moving); in ZTEST_F()
250 zassert_true(moving, "Driver should be in state is_moving while moving"); in ZTEST_F()
256 bool moving = false; in ZTEST_F() local
[all …]
/Zephyr-latest/tests/kernel/mbox/mbox_api/boards/
Dqemu_x86_lakemont.conf5 # after moving to new ztest API
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/src/
Dmain.c12 #define NUM_TAPS 10 /* Number of taps in the FIR filter (length of the moving average window) */
16 * Filter coefficients are all equal for a moving average filter. Here, 1/NUM_TAPS = 0.1f.
/Zephyr-latest/arch/common/
Dfill_with_zeros.ld8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
Drom_start_offset.ld12 * is absolute, so assigning offset here results in moving location counter
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld9 * is moving backwards if the reserved room isn't large enough.
/Zephyr-latest/scripts/dts/python-devicetree/
Dsetup.py11 This is just a placeholder for moving Zephyr's devicetree libraries
/Zephyr-latest/doc/develop/west/
Dmoving-to-west.rst3 Moving to West
Dindex.rst46 moving-to-west.rst
/Zephyr-latest/subsys/sd/
Dsd_ops.h34 * Selects card, moving it into data transfer mode
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_iv_index.c107 /* moving back into the normal mode */ in test_ivu_normal()
120 /* moving into the IV update mode */ in test_ivu_normal()
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconn_ref.c17 * This file provides functions to reify the moving and cloning of @ref
/Zephyr-latest/doc/_static/js/
Dcustom.js10 // Each page has two scrolls: the main scroll, which is moving the content of the page;
11 // and the sidebar scroll, which is moving the navigation in the sidebar.
/Zephyr-latest/dts/bindings/fs/
Dzephyr,fstab,littlefs.yaml72 The number of erase cycles before moving data to another block.
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst25 - Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
/Zephyr-latest/subsys/fs/fcb/
Dfcb_getnext.c85 * Moving to next sector. in fcb_getnext_nolock()
/Zephyr-latest/subsys/fs/
DKconfig.littlefs63 int "Number of erase cycles before moving data to another block"
/Zephyr-latest/subsys/logging/
Dlog_cache.c75 LOG_CACHE_DBG_ENTRY("moving up", entry); in log_cache_get()
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/
Dindex.rst38 Shield configuration could be modified by moving resistors or changing jumper as
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst14 checkpoints to ensure that all targets have received all the data before moving on. Data transfer
62 Transfer Servers have received the full block before moving on to the next. The block size is
/Zephyr-latest/include/zephyr/pm/
Dpolicy.h150 * handled, which is signaled by pm_policy_event_unregister() or moving event
163 * This shortcut allows for moving the time an event will occur without the
/Zephyr-latest/kernel/include/
Dgen_offset.h21 * requires that a tool be rebuilt; however, moving a member to another
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst42 Shield configuration could be modified by moving resistors as

1234