代码搜索:模式匹配
找到约 10,000 项符合「模式匹配」的源代码
代码结果 10,000
www.eeworm.com/read/191570/8427445
m example6_14.m
%设置信噪比和随机种子值
snr=4;
init=2055615866;
%=============================
%产生原始信号sref和被高斯白噪声污染的信号s
[sref,s]=wnoise(1,11,snr,init);
%=============================
%用sym8小波对信号s进行3层分解并对细节系数
%选用SURE阈值模式
www.eeworm.com/read/291019/8444688
plg receive.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\PC\桌面\CC1100无线\SPI模式\程序\CC1100RX\receive.uv2
Project File Date: 09/09/2006
Output:
www.eeworm.com/read/291019/8444725
plg send.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\PC\桌面\CC1100无线\SPI模式\程序\CC1100TX\send.uv2
Project File Date: 09/14/2006
Output:
www.eeworm.com/read/389274/8536871
m example81_proto.m
%原型模式
figure;
subplot(1,3,1),imshow(mat2gray(reshape(S3,l,w))),title('Tri. Pro. Pattern');
subplot(1,3,2),imshow(mat2gray(reshape(S4,l,w))),title('Rec. Pro. Pattern');
subplot(1,3,3),imshow(
www.eeworm.com/read/289655/8536953
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/289655/8537043
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/289654/8537119
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/289654/8537208
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/389095/8548467
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/389034/8552075
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************