代码搜索:水声信号
找到约 10,000 项符合「水声信号」的源代码
代码结果 10,000
www.eeworm.com/read/297015/8065433
m powerline_db3_noiseclean.m
clear all;
clc;
load leleccum;
% index=2000:3450;
index=2500:3100;
s=leleccum(index);
% s=leleccum;
figure(1)
% subplot(3,2,1);
plot(s);
title('原始信号');
ylabel('幅值 A');
xlabel('实测数据1')
www.eeworm.com/read/333388/12684938
c x1226.c
#include "Regs2407.h"
#define uint unsigned int
#define delay() asm(" NOP ");asm(" NOP ");asm(" NOP ");asm(" NOP ");asm(" NOP ") // 2us
void I2cStart(void) // 起始信号
{
SetSDA;
SetSC
www.eeworm.com/read/144013/12823608
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/142334/12951059
dat bookinfo.dat
[General Information]
书名=应用MATLAB语言处理数字信号与数字图像
作者=BEXP
页数=366
下载位置=http://book2.ssreader.com.cn/diskdg/dg66/12/!00001.pdg
www.eeworm.com/read/142086/12966048
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在
www.eeworm.com/read/326562/13135193
txt 51pid--c.txt
main()
{
double i=0;
double errOld=0;
double d;
double ki=1,kp=1,kd=1;
double r=1;//给定
double input;//采集到的信号
double t=0.5;//采样时间
while(1)
{
input=getInput();//
www.eeworm.com/read/326212/13155458
c queen.c
#include
#include
#define QUEENS 8
#define MAX_SOLUTIONS 92
typedef int bool;
const int true = 1;
const int false = 0;
/*枚举信号*/
enum msg_content
{
READY,
ACCOMPLISHED,
www.eeworm.com/read/325523/13198655
c queen.c
#include
#include
#define QUEENS 8
#define MAX_SOLUTIONS 92
typedef int bool;
const int true = 1;
const int false = 0;
/*枚举信号*/
enum msg_content
{
READY,
ACCOMPLISHED,
www.eeworm.com/read/239147/13301297
asm cx1.asm
;***********************************************************************
;故障记录仪程序,用于对被采集信号进行初步分析,判断合适的量程并进行切换.
;程序名:GZJL.asm
;用PIC16F873/873A/876
;*************************************************
www.eeworm.com/read/317829/13496119
m exa010501.m
%---------------------------------------------------------------------------------------
% exa010501a.m, for example 1.5.1 and fig 1.5.1
% 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性;
% 注:在