代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/374259/9412749
a51 os_send_signal.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH and Kei
www.eeworm.com/read/374259/9412756
a51 os_clear_signal.a51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH and Keil
www.eeworm.com/read/373690/9442881
m generate_ar_signal.m
% Generate signal generated from AR process
% The first umpteen samples have been left out
%
% Usage: X = generate_ar_signal (A, pp, nn)
function X = generate_ar_signal (A, pp, nn)
if (nargin
www.eeworm.com/read/176601/9490698
c signal_determination_wrapper.c
/*
*
* --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 ---
*
* This file is a wrapper S-function produced by the S-Function
* Builder which only recognizes certain fields. Cha
www.eeworm.com/read/175598/9540680
c pthread_cond_signal.c
/*
* pthread_cond_signal.c
*
* Description:
* This translation unit implements condition variables and their primitives.
*
*
* ------------------------------------------------------------------
www.eeworm.com/read/174753/9574891
a51 os_send_signal.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH and Kei
www.eeworm.com/read/174753/9574895
a51 os_clear_signal.a51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH and Keil
www.eeworm.com/read/169790/9838210
m4 ost_signal.m4
dnl Copyright (C) 1999-2001 Open Source Telecom Corporation.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as
www.eeworm.com/read/167847/9950029
c signal_rt_intr.c
/* include signal_rt_intr */
#include "unpipc.h"
Sigfunc_rt *
signal_rt_intr(int signo, Sigfunc_rt *func)
{
struct sigaction act, oact;
act.sa_sigaction = func;
sigemptyset(&act.sa_mask);
act.sa