代码搜索:干扰信号
找到约 10,000 项符合「干扰信号」的源代码
代码结果 10,000
www.eeworm.com/read/136591/5868107
c t0mesure.c
///////////////T0 对/INT0输入信号脉宽测量/////////////////
//////////////////t0mesure.c/////////////////////////////////////////////
#include "c8051F040.h"
idata unsigned int interval0;
idata unsigned char
www.eeworm.com/read/423892/6293021
m circevod.m
function [xec, xoc] = circevod(x)
% 将信号分解为圆周偶和圆周奇两部分
% --------------------------------------------------------------
% [xec, xoc] = circecod(x)
%
if any(imag(x) ~= 0)
error('x 非实数序列')
en
www.eeworm.com/read/449241/6301972
java sender2.java
class Buffer2 //加互斥锁的缓冲区
{
private int value;
private boolean isEmpty = true; //value是否为空的信号量
synchronized void put(int i)
{
while (!i
www.eeworm.com/read/490168/6459951
m circevod.m
function [xec, xoc] = circevod(x)
% 将信号分解为圆周偶和圆周奇两部分
% --------------------------------------------------------------
% [xec, xoc] = circecod(x)
%
if any(imag(x) ~= 0)
error('x 非实数序列')
en
www.eeworm.com/read/483253/6602345
asv boxing.asv
close all;
clc;
PV=[235 180 664 463];
m_gui_luyin=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...%'color',BACK_COLOR,...
'Name','信号观测');
set(m_gui_luyin,'MenuBar','n
www.eeworm.com/read/483259/6602772
m qmf.m
clear
format long g;
% n=input('Please Input the Number of the Filter:');%
fc=input('Please Input thecut-off frequency in 4950--5050(For PR):');
%%%%%输入信号滤波
fs=10000;%采样频率
t=(100:1000)/f
www.eeworm.com/read/483264/6602888
m quan.m
clear
format long g;
% n=input('Please Input the Number of the Filter:');%
fc=input('Please Input thecut-off frequency in 4950--5050(For PR):');
%%%%%输入信号滤波
fs=10000;%采样频率
t=(100:1000)/f
www.eeworm.com/read/264066/11331053
m circevod.m
function [xec, xoc] = circevod(x)
% 将信号分解为圆周偶和圆周奇两部分
% --------------------------------------------------------------
% [xec, xoc] = circecod(x)
%
if any(imag(x) ~= 0)
error('x 非实数序列')
en
www.eeworm.com/read/401894/11546582
m sdft.m
%----------------------------------------------
% 点数N和序列周期非整数倍关系时,的FFT
% 也就是说信号频率,不是分辨率的整数倍
%---------------------------------------------
clear all;
close all;
clc;
%----------------------
www.eeworm.com/read/400113/11582812
m circevod.m
function [xec, xoc] = circevod(x)
% 将信号分解为圆周偶和圆周奇两部分
% --------------------------------------------------------------
% [xec, xoc] = circecod(x)
%
if any(imag(x) ~= 0)
error('x 非实数序列')
en