代码搜索:freqency
找到约 38 项符合「freqency」的源代码
代码结果 38
www.eeworm.com/read/446347/7581113
m ex1_8.m
clear all;
clc;
close all;
fs=1000;
pulse=[1,zeros(1,63)];
b=[0.3 0.2];
a=[1,-0.4,-0.7];
[h,f]=freqz(b,a,256,fs);
mag=abs(h);
ph=angle(h);
ph=ph*180/pi;
subplot(2,1,1),plot(f,mag),
grid,xl
www.eeworm.com/read/398351/7992672
m ex1_8.m
clear all;
clc;
close all;
fs=1000;
pulse=[1,zeros(1,63)];
b=[0.3 0.2];
a=[1,-0.4,-0.7];
[h,f]=freqz(b,a,256,fs);
mag=abs(h);
ph=angle(h);
ph=ph*180/pi;
subplot(2,1,1),plot(f,mag),
grid,xl
www.eeworm.com/read/302325/13837809
m ex1_8.m
clear all;
clc;
close all;
fs=1000;
pulse=[1,zeros(1,63)];
b=[0.3 0.2];
a=[1,-0.4,-0.7];
[h,f]=freqz(b,a,256,fs);
mag=abs(h);
ph=angle(h);
ph=ph*180/pi;
subplot(2,1,1),plot(f,mag),
grid,xl
www.eeworm.com/read/406252/11445774
qmsg plvji.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/220723/14790688
m shiyan1.m
clc
clear all
b=[3 0 4 ];a=[1 2.5 2 2];
T=1;Fs=1;
sys=tf(b,a)
[bz1,az1]=bilinear(b,a,Fs);
[bz2,az2]=impinvar(b,a,Fs);
sys1=tf(bz1,az1,T)
sys2=tf(bz2,az2,T)
w=linspace(-pi,pi,512);
h1=freqz(b
www.eeworm.com/read/324733/13248210
m mpcosin.m
% MATLAB script for estimation the parameter of the cosinoidal signal by
% Matching Pursuit(MP)
%
%
% *******************************Preparation part*******************
%
% *********************
www.eeworm.com/read/406252/11445811
zsf wed.zsf
F:/wangbin/例程/新建文件夹/程序/freqency/db/plvji.sim.vwf 0 15625000 745 15625000 11
F:/wangbin/例程/新建文件夹/程序/freqency/plvji.vwf 0 1000000 20 1000 0
plvji.vwf 0 1000000000 20 1000 0
www.eeworm.com/read/466528/7026428
c radio.c
/*-------------------------------------*
* 头文件 *
*---------------------------------------------------------------------------*/
#include "includes.h"
/*-----------
www.eeworm.com/read/215913/15034173
txt system_modal_parameters.txt
% Generated By ERA Toolbox for Matlab ,By Chen yi, Chong Qing Univercity
% Jan.,24th,2004
% Chen_yi2000@sina.com
09-Feb-2004
Order Damper Ratio Modal Freqency(Hz.)
1
www.eeworm.com/read/167200/5461996
h eppio.h
#ifndef EPPIO_H
#define EPPIO_H
class EPPIO
{
public:
EPPIO(short int BaseAddress = 0x378) : BASE_ADDRESS(BaseAddress) {};
void StartIO();
void InitEPP();
void WriteRam(char addre