代码搜索:低频振荡
找到约 1,489 项符合「低频振荡」的源代码
代码结果 1,489
www.eeworm.com/read/263248/11369929
m hc561.m
%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561
% 混合信号通过一阶数字滤波器的输出
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% 程序 5.6.1
%
t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1
x=x1+sin(300*t); % 低频信号x1加高频干扰
b=[1 1];a
www.eeworm.com/read/131462/14145218
m hc561.m
%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561
% 混合信号通过一阶数字滤波器的输出
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% 程序 5.6.1
%
t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1
x=x1+sin(300*t); % 低频信号x1加高频干扰
b=[1 1];a
www.eeworm.com/read/173659/9644767
m hc561.m
%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561
% 混合信号通过一阶数字滤波器的输出
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% 程序 5.6.1
%
t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1
x=x1+sin(300*t); % 低频信号x1加高频干扰
b=[1 1];a
www.eeworm.com/read/196670/8068251
c buzzer.c
/*******************************************
;buzzer.c;
;作者:胡进
;蜂鸣器实验,该蜂鸣器为有源,即内部有振荡器,
通直流电发声,不能播放不同频率的音乐。
********************************************/
#include
#define uchar unsi
www.eeworm.com/read/320526/13424583
m gai.m
clear;clc;
Ts=0.125; fb=8; % fb=1/ts; ts 码元宽度
fc=68; % 振荡频率
N=50; % 产生随机序列的点数
ntb=1000; % 每个码元采样点数
tmin=1/ntb; % 最小时间间隔
sizeofnoi
www.eeworm.com/read/307580/13720249
m gai_juanji.m
clear;clc;
Ts=0.25; fb=4; % fb=1/ts; ts 码元宽度
fc=8; % 振荡频率
N=50; % 产生随机序列的点数
ntb=100; % 每个码元采样点数
tmin=1/ntb; % 最小时间间隔
sizeofnoise=
www.eeworm.com/read/307289/13724443
m gai_jifen.m
clear;clc;
Ts=0.125; fb=8; % fb=1/ts; ts 码元宽度
fc=68; % 振荡频率
N=50; % 产生随机序列的点数
ntb=1000; % 每个码元采样点数
tmin=1/ntb; % 最小时间间隔
sizeofnoi
www.eeworm.com/read/309176/3706622
cs sample7_6.cs
/*
* 示例程序Sample7_6: Integral的高振荡函数求积法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立Integral的子类,在其中重载函数Func
www.eeworm.com/read/392094/2516155
cs sample7_6.cs
/*
* 示例程序Sample7_6: Integral的高振荡函数求积法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立Integral的子类,在其中重载函数Func
www.eeworm.com/read/254498/4382023
cs sample7_6.cs
/*
* 示例程序Sample7_6: Integral的高振荡函数求积法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立Integral的子类,在其中重载函数Func