代码搜索:Realize
找到约 977 项符合「Realize」的源代码
代码结果 977
www.eeworm.com/read/230384/14291147
m f_filter.m
function y = f_filter (b,a,x,bits,realize)
%F_FILTER: Compute the zero-state response of the following filter
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) =
www.eeworm.com/read/230384/14291166
asv f_filter.asv
function y = f_filter (b,a,x,bits,realize)
%F_FILTER: Compute the zero-state response of the following filter
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) =
www.eeworm.com/read/162614/5522414
c access12.c
// { dg-do assemble }
// PRMS Id: 4694
// Bug: g++ doesn't realize that A::i refers to a member of `this' in B().
class A {
protected:
int i;
};
struct B : public A {
B () { A::i = 0; }
};
str
www.eeworm.com/read/160361/10538822
m sigadd.m
function[y,n]=sigadd(x1,n1,x2,n2)
%realize y(n)=x1(n)+x2(n)
%------------------------------------
%[y,n]=sigadd(x1,n1,x2,n2)
%
n=min(min(n1),min(n2)):max(max(n1),max(n2));
y1=zeros(1,length(n));
www.eeworm.com/read/160361/10538992
m sigmult.m
function[y,n]=sigmult(x1,n1,x2,n2)
%realize y(n)=x1(n)*x2(n)
%------------------------------------
%[y,n]=sigmult(x1,n1,x2,n2)
%
n=min(min(n1),min(n2)):max(max(n1),max(n2));
y1=zeros(1,length(n)
www.eeworm.com/read/277287/10648080
h listshell.h
/**** listshell.h ****/
/**************************************************************************
A `ListShell' object is a Motif XmList widget in a shell. The
application can specify whether the
www.eeworm.com/read/446412/7579653
m papr_max_aver.m
%realize papr
function output = papr(xn)
data_len=length(xn);
arverage_pwr=norm(xn)^2/data_len;
max_value=max(abs(xn));
output = max_value^2/arverage_pwr;
www.eeworm.com/read/277287/10648051
h help.h
/**** help.h ****/
/*******************************************************************
Currently, there is no help object; that is, this module simply
provides functions for creating and activating
www.eeworm.com/read/277287/10648205
h help.h
/**** help.h ****/
/*******************************************************************
Currently, there is no help object; that is, this module simply
provides functions for creating and activating
www.eeworm.com/read/175304/9553080
asv inv_g_func.asv
function former_state=inv_G_func(current_state,data_in,L,m)
% this function realize the inverse of G-function
middle_state=deci2change(current_state,L,m);
former_state_seq=