代码搜索:Bode
找到约 932 项符合「Bode」的源代码
代码结果 932
www.eeworm.com/read/41737/1146125
vi bode2.vi
www.eeworm.com/read/41737/1146129
vi bode3.vi
www.eeworm.com/read/41737/1146130
vi bode1.vi
www.eeworm.com/read/294145/3919825
h bode_plot.h
#include
class BodePlot: public QwtPlot
{
Q_OBJECT
public:
BodePlot(QWidget *parent);
public slots:
void setDamp(double damping);
private:
void showData(double *frequen
www.eeworm.com/read/294145/3919828
cpp bode_plot.cpp
#include
#include "cplx.h"
#include "bode_plot.h"
BodePlot::BodePlot(QWidget *parent):
QwtPlot(parent)
{
setTitle("Frequency Response of a Second-Order System");
setCanvasBa
www.eeworm.com/read/291165/3969654
h bode_plot.h
#include
class BodePlot: public QwtPlot
{
Q_OBJECT
public:
BodePlot(QWidget *parent);
public slots:
void setDamp(double damping);
private:
void showData(double *frequen
www.eeworm.com/read/291165/3969657
cpp bode_plot.cpp
#include
#include "cplx.h"
#include "bode_plot.h"
BodePlot::BodePlot(QWidget *parent):
QwtPlot(parent)
{
setTitle("Frequency Response of a Second-Order System");
setCanvasBa
www.eeworm.com/read/378466/2685998
m bode_bounds.m
## Copyright (C) 1996, 2000, 2004, 2005, 2006, 2007
## Auburn University. All rights reserved.
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it a
www.eeworm.com/read/474070/6829590
m bode_gui.m
www.eeworm.com/read/173741/9637500