/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | README.rst | 1 .. 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
|
D | sample.yaml | 2 description: Use CMSIS DSP to calculate moving average 3 name: CMSIS DSP Moving Average
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/ |
D | main.c | 102 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/ |
D | qemu_x86_lakemont.conf | 5 # after moving to new ztest API
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/src/ |
D | main.c | 12 #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/ |
D | fill_with_zeros.ld | 8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
|
D | rom_start_offset.ld | 12 * is absolute, so assigning offset here results in moving location counter
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 9 * is moving backwards if the reserved room isn't large enough.
|
/Zephyr-latest/scripts/dts/python-devicetree/ |
D | setup.py | 11 This is just a placeholder for moving Zephyr's devicetree libraries
|
/Zephyr-latest/doc/develop/west/ |
D | moving-to-west.rst | 3 Moving to West
|
D | index.rst | 46 moving-to-west.rst
|
/Zephyr-latest/subsys/sd/ |
D | sd_ops.h | 34 * Selects card, moving it into data transfer mode
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_iv_index.c | 107 /* 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/ |
D | conn_ref.c | 17 * This file provides functions to reify the moving and cloning of @ref
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 10 // 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/ |
D | zephyr,fstab,littlefs.yaml | 72 The number of erase cycles before moving data to another block.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 25 - Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
|
/Zephyr-latest/subsys/fs/fcb/ |
D | fcb_getnext.c | 85 * Moving to next sector. in fcb_getnext_nolock()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 63 int "Number of erase cycles before moving data to another block"
|
/Zephyr-latest/subsys/logging/ |
D | log_cache.c | 75 LOG_CACHE_DBG_ENTRY("moving up", entry); in log_cache_get()
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/ |
D | index.rst | 38 Shield configuration could be modified by moving resistors or changing jumper as
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 14 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/ |
D | policy.h | 150 * 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/ |
D | gen_offset.h | 21 * requires that a tool be rebuilt; however, moving a member to another
|
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/ |
D | index.rst | 42 Shield configuration could be modified by moving resistors as
|