代码搜索:信号失真
找到约 10,000 项符合「信号失真」的源代码
代码结果 10,000
www.eeworm.com/read/459533/7274102
vhd clkgenbaojing.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY CLKGENBAOJING IS
PORT (
CLK:IN STD_LOGIC; --12 MHz信号输入
ENA:IN STD_LOGIC;
DONE:IN STD_LOGIC;
NEWCLK:OUT STD_LOGIC );--1 Hz计
www.eeworm.com/read/298789/7936058
asm touch8x15d(int).asm
;=============================================================
;OCMJ8X15D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0
www.eeworm.com/read/397394/8053287
m freq_analyse滤波前后频谱分析图.m
%频谱图绘制
%dxt
%EI,HUST
%2008.12
clear all
clc
[xn,Fsy,bitsy] = wavread('signalnoise.wav');%读入信号噪声文件
y_single=xn(:,1)'; %读取一个声道
X=fft(y_single');
www.eeworm.com/read/396212/8118881
m burg1.m
close all;
clear;
clc;
fs=10000; %采样频率设置(Hz)
f1=fs*0.2;
f2=fs*0.25;
N=100; %信号的数据长度
t=0:1/fs:(N-1)/fs;
randn('state',
www.eeworm.com/read/332234/12772172
c 11-7.c
#include
#include
#include
#include
#include
#include
static sigset_t signal_mask; /* 阻塞信号 */
int main (int
www.eeworm.com/read/331142/12846311
asm diir.asm
.title "diir1.asm"
.mmregs
.global start
.def start,_c_int00
N .set 6
.copy "IIRIN.inc" ;输入信号x(n)数据
table ;IIR滤波器系数
.word 63
.word 0
www.eeworm.com/read/243289/12950572
c mysem_win32.c
/*
*
*mysem_win32.c 信号量 lin shao chuan
*
*/
#include "mysem.h"
#include
#include
#include "mylog.h"
typedef struct __mysem_t_
{
HANDLE hsem;
HMYMEMPOOL hm;
www.eeworm.com/read/240662/13207948
c 11-7.c
#include
#include
#include
#include
#include
#include
static sigset_t signal_mask; /* 阻塞信号 */
int main (int
www.eeworm.com/read/321262/13409997
c 11-7.c
#include
#include
#include
#include
#include
#include
static sigset_t signal_mask; /* 阻塞信号 */
int main (int