代码搜索:零序保护
找到约 10,000 项符合「零序保护」的源代码
代码结果 10,000
www.eeworm.com/read/309899/13662492
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/308708/13695244
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/308482/13700402
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/306801/13737498
m meshetc.m
clear
clc
[x,y,z] =peaks;
subplot(2,3,1);
meshz(x,y,z); %曲面加上围裙,即给出曲面和零平面
axis([-inf inf -inf inf -inf inf]);
subplot(2,3,2);
waterfall(x,y,z); %在x方向产生水流效果
axis([-inf inf -inf inf -inf inf])
www.eeworm.com/read/306292/13747703
m meshetc.m
clear
clc
[x,y,z] =peaks;
subplot(2,3,1);
meshz(x,y,z); %曲面加上围裙,即给出曲面和零平面
axis([-inf inf -inf inf -inf inf]);
subplot(2,3,2);
waterfall(x,y,z); %在x方向产生水流效果
axis([-inf inf -inf inf -inf inf])
www.eeworm.com/read/305249/13776028
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/150632/5689862
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
www.eeworm.com/read/440959/6283631
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/315848/6289614
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/120515/6321959
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).