代码搜索:PROCESSING
找到约 10,000 项符合「PROCESSING」的源代码
代码结果 10,000
www.eeworm.com/read/245863/12776294
m confinth.m
function[Lo,Up]=confinh(x,statfun,alpha,B1,varargin)
%
% [Lo,Up]=confinh(x,statfun,alpha,B1,PAR1,...)
%
% Confidence interval of the estimator of a parameter
% based on the b
www.eeworm.com/read/245863/12776300
m example4.m
%
% This Matlab script provides an interactive way to reproduce
% Example 4: Confidence interval for the mean reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and Its Application in
%
www.eeworm.com/read/143498/12870384
m channel.m
function out = channel(in0, in1, in2, in3)
% CHANNEL Channel characteristics of equalization problem.
% out = channel(in0, in1, in2, in3),
% where in1 = input(t), in2 = input(t-1), etc., out = output(
www.eeworm.com/read/243870/12911121
1 windowfilter.1
.TH WINDOWFILTER 1 "19 Jun 2002" "CCRMA"
.SH NAME
windowfilter \- design an FIR digital filter by the window method
.SH DESCRIPTION
The \fBwindowfilter\fR program designs an FIR digital filter f
www.eeworm.com/read/243661/12928767
ch contrl.ch
/* LPC Processing control variables:
*/
/* Files for Speech, Parameter, and Bitstream Input & Output,
and message and debug outputs.
*/
#if ANALYZER + SYNTHESIZER
#include
exter
www.eeworm.com/read/142207/12957244
cpp bpn.cpp
// BPN.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Bp.h"
int main(int argc, char* argv[])
{
//printf("Hello World!\n");
printf("Process
www.eeworm.com/read/142206/12957278
cpp bpn.cpp
// BPN.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Bp.h"
int main(int argc, char* argv[])
{
//printf("Hello World!\n");
printf("Process
www.eeworm.com/read/142092/12963552
m plottest3d.m
% --- plottest3d.m ------------------------------- %
%
% Test Code for 3D Hilbert Processing.
% A program to plot 3-D Hilbert spectrum
% saved previously in the file 'Nvar.mat'.
%
% ------------
www.eeworm.com/read/142035/12968755
cpp carrots.cpp
// carrots.cpp -- food processing program
// uses and displays a variable
#include
int main()
{
using namespace std;
int carrots; // declare an integer variable
carrots = 25; /