代码搜索:水声信号

找到约 10,000 项符合「水声信号」的源代码

代码结果 10,000
www.eeworm.com/read/319224/13457821

cu convolutionseparable.cu

/* 这个例子利用高斯内核执行一个二维信号的可分离卷积滤波 */ #include #include #include #include ///////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/314904/13556009

cpp my_fft.cpp

#include #include "My_ComplexDefines.h" #include "My_Constants.h" // MyFFT(频率域指针引用,信号数组指针引用,总个数,fft or ifft指示) // 0表示fft,1表示ifft //time
www.eeworm.com/read/309291/13675168

c sem.c

#include #include "os_core.h" #include "main.h" #include "task_switch.h" #include "sem.h" #include "q.h" #include "uart.h" /////////////////信号量定义//////////////////////////////
www.eeworm.com/read/307021/13732912

vhd ram64_2.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY ram64_2 IS PORT( ad : IN STD_LOGIC_VECTOR (5 DOWNTO 0); --地址信号 clk : IN STD_LOGIC;
www.eeworm.com/read/303461/13815822

asm touch15x20d(int).asm

;============================================================= ;OCMJ15X20D触摸屏中断程序 ;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0 ;============================================================= RS EQU P3.0
www.eeworm.com/read/301560/13856721

txt traffic.txt

module traffic(reset,clk,lampa,lampb,countera,counterb); input reset;//复位信号 input clk; output[3:0] lampa; output[3:0] lampb; output[7:0] countera,counterb; reg[3:0] lampa,lampb; reg[7:0] count
www.eeworm.com/read/479525/6688189

m music.m

通过上述试验加深了对MUSIC方法的认识。 结果显示说明 mymusics.m 白噪声中单个正弦信号的频率检测与估计 clear; close all; %Frequency Estimation by Eigendecomposition of Autocorrelation Matrix
www.eeworm.com/read/476272/6764832

m plotspec.m

function plotspec(x,Ts) N=length(x); % 信号长度 t=Ts*(1:N); % 定义一个时间向量 ssf=(-N/2:N/2-1)/(Ts*N); % 频率向量 fx=fft(x(1:N));
www.eeworm.com/read/410511/11280305

c 11-7.c

#include #include #include #include #include #include static sigset_t signal_mask; /* 阻塞信号 */ int main (int
www.eeworm.com/read/264473/11311893

c 11-7.c

#include #include #include #include #include #include static sigset_t signal_mask; /* 阻塞信号 */ int main (int