代码搜索:水声信号
找到约 10,000 项符合「水声信号」的源代码
代码结果 10,000
www.eeworm.com/read/281861/9128844
vhd const_mult.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY const_mult IS
GENERIC ( N : INTEGER := 8; --RGB信号宽度
www.eeworm.com/read/380070/9166748
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/380070/9166836
m exa010102.m
%---------------------------------------------------------------------------------------
% exa010102.m, for example 1.1.2
% 说明 Chirp 信号的傅里叶变换和时频分析;
% 注:在该程序中,用到了子程序 tfstft.m, 还要用到显示程序 tfrqv
www.eeworm.com/read/379349/9199906
m qpsk_sim1.m
%QPSK_Sim1.m:this is a ideal system without channel impairments
%20080908
clear all
close all
clc
clf
%TRANSMITTER
%生成基带信号序列。
N=500;
dsource=[ ];
for k=1:2*N;
temp=rand;
if(temp
www.eeworm.com/read/179615/9348017
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[工程1.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
[随机信号分析上机实验.
www.eeworm.com/read/375257/9367315
m f3_13.m
%产生信号
sig=fmlin(128,0.05,0.3,50);
%显示
plot(real(sig),'LineWidth',2);
hold on;
plot(imag(sig),'ro--','LineWidth',1);
legend('实部','虚部');
xlabel('时间 t');
ylabel('幅值 A');
www.eeworm.com/read/374989/9376489
c test_setitimer.c
#include
#include
#include
#include
/*信号处理程序*/
void handler_sigtime(int signo)
{
switch (signo) {
case SIGALRM:
printf("recv SIGALRM\n");
www.eeworm.com/read/176218/9512135
vhd pinliji.vhd
--qqji110@126.com
--liwei
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pinliji is
port (
start:in std_logic; --复位信号,高电平有效
www.eeworm.com/read/370964/9574389
c ad9850-si.c
//-----------------函数声明、通用变量定义--------------------------------------------------------
#include
#include
sbit FQ_UD=P1^0; //AD9850信号更新申请
unsigned char CON_word[5];