代码搜索:零序保护

找到约 10,000 项符合「零序保护」的源代码

代码结果 10,000
www.eeworm.com/read/184180/9118742

m ch_est.m

%发送和接收合在一块的程序 %修改于2004/11/10 %==========output parameters============= %peak_h 估计的多径分量的幅度 %t_h 多径分量对应的延时值——相对值,以接收到的信号的起始点为零点 %==========input parameters============== %rt
www.eeworm.com/read/183618/9147881

c bo5-2.c

/* bo5-2.c 三元组稀疏矩阵的基本操作,包括算法5.1(9个) */ Status CreateSMatrix(TSMatrix *M) { /* 创建稀疏矩阵M */ int i,m,n; ElemType e; Status k; printf("请输入矩阵的行数,列数,非零元素数:"); scanf("%d,%d,%d",&(*M).
www.eeworm.com/read/183105/9178338

txt debug.txt

2006/10/11 在包循环中 将跳转 放到了正常之后 去掉判断中的 子帧判断,也就是说当子帧跳转时,仍要解码;子帧计数仍要增加。 pSubFrameStart先赋值后清零 2006/10/12 The saved data are all 0; Analyze:the error is in the DLL; Reason:FormSpDecStreamA a
www.eeworm.com/read/181565/9245793

m ch_est.m

%发送和接收合在一块的程序 %修改于2004/11/10 %==========output parameters============= %peak_h 估计的多径分量的幅度 %t_h 多径分量对应的延时值——相对值,以接收到的信号的起始点为零点 %==========input parameters============== %rt
www.eeworm.com/read/378038/9253421

m example2_11_1.m

x = [1 2 3] %原始信号 l = 2; %一维延拓长度 xextzpd1 = wextend('1','zpd',x,l) %一维零填充 xextzpd2 = wextend('1D','zpd',x,l,'b') xextsym = wextend('1D','sym',x,l) % 一维对称延拓 xextper = wextend('1D','per',x,l)
www.eeworm.com/read/180558/9302698

c bo5-2.c

/* bo5-2.c 三元组稀疏矩阵的基本操作,包括算法5.1(9个) */ Status CreateSMatrix(TSMatrix *M) { /* 创建稀疏矩阵M */ int i,m,n; ElemType e; Status k; printf("请输入矩阵的行数,列数,非零元素数:"); scanf("%d,%d,%d",&(*M).
www.eeworm.com/read/170164/9815930

c uart.c

#include #include "UART.h" void Init_CLK(void) { unsigned int i; BCSCTL1 = 0X00; //将寄存器的内容清零 //XT2震荡器开启 //LFTX1工作在低频模式 //ACLK的分频因子为1 do
www.eeworm.com/read/365787/9847134

m program_13_05.m

% 当前的延拓模式是补零 % 产生高斯白噪声 init = 2055415866; randn('seed',init); x = randn(1,1000); % 寻找各个阈值选择规则的阈值 % 使用SURE的自适应阈值 thr1 = thselect(x,'rigrsure') % 固定形式阈值 thr2 = thselect(x,'sqtwolog') % 启发式阈值
www.eeworm.com/read/168455/9912321

m example2_11_1.m

x = [1 2 3] %原始信号 l = 2; %一维延拓长度 xextzpd1 = wextend('1','zpd',x,l) %一维零填充 xextzpd2 = wextend('1D','zpd',x,l,'b') xextsym = wextend('1D','sym',x,l) % 一维对称延拓 xextper = wextend('1D','per',x,l)
www.eeworm.com/read/168453/9912623

m ex050700.m

% 第五章: 例 5.7:填补零点的实例 % subplot(1,1,1); x = [1,1,1,1]; % % a) DTFT w = [0:1:500]*2*pi/500; [H] = freqz(x,1,w); magH = abs(H); phaH = angle(H); phaH(126)=-47.5841*pi/180; % % b) 8-point DFT N