搜索结果
找到约 92 项符合
sampling-Importance 的查询结果
其他书籍 以L1-minimization为核心的算法
以L1-minimization为核心的算法,近几年飞速进展,Compressive Sensing (Compressive Sampling) 已然成为数学领域和信号处理最前沿最热门的方向。最近一年多这种新形式的算法快速蔓延到模式识别界应用,论文质量高、算法效果好、而且算法一般都非常简单 ...
DSP编程 This experiment uses the Blackfi n BF533/BF537 EZ-KIT to run a simple FIR fi lter on stereo channe
This experiment uses the Blackfi n BF533/BF537 EZ-KIT to run a simple FIR fi lter on stereo
channels at a sampling frequency of 48 kHz. The
CYCLE register is embedded in the main
program (
process_data.c) to benchmark the time needed to process two FIR fi lters. A
background telemetry channel (B ...
嵌入式Linux Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets th
Understanding the Linux Kernel helps readers understand how Linux performs best and how
it meets the challenge of different environments. The authors introduce each topic by
explaining its importance, and show how kernel operations relate to the utilities that are
familiar to Unix programmers and us ...
通讯编程文档 This file is a function under matlab which allow to read, play and plot audio signals from wav file.
This file is a function under matlab which allow to read, play and plot audio signals from wav file. We can also extract the sampling frequency and coding bit number
matlab例程 Title : Implementation of quadrature modulation and demodulation Design Object : By implementing qu
Title : Implementation of quadrature modulation and demodulation
Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals.
Design Content ...
通讯/手机编程 WiseMAC is a medium access control protocol designed for the WiseNETTMwireless sensor network. It i
WiseMAC is a medium access control protocol designed for
the WiseNETTMwireless sensor network. It is based on
CSMA and uses the preamble sampling technique to minimize
the power consumed when listening to an idle medium.
通讯/手机编程 X-MAC, a low power MAC protocol for wireless sensor networks (WSNs). Standard MAC protocols develo
X-MAC, a low power MAC
protocol for wireless sensor networks (WSNs). Standard
MAC protocols developed for duty-cycled WSNs such as
BMAC, which is the default MAC protocol for TinyOS, employ
an extended preamble and preamble sampling.
数值算法/人工智能 DAKOTA
Computational models are commonly used in engineering design and scientific discovery activities for simulating
complex physical systems in disciplines such as fluid mechanics, structural dynamics, heat transfer, nonlinear
structural mechanics, shock physics, and many others. These simulators can be ...
源码 Gibbs法采样程序代码
给定统计样本集,如何估计产生这个样本集的随机变量概率密度函数,是比较熟悉的概率密度估计问题。 求解概率密度估计问题的常用方法是最大似然估计、最大后验估计等。但是思考概率密度估计问题的逆问题:给定一个概率分布p(x),如何让计算机生成满足这个概率分布的样本。 这个问题就是统计模拟中研究的重要问题–采样(Samplin ...