• 大小: 4.84MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-08
  • 语言: 其他
  • 标签: 频谱图  

资源简介

QT上位机开发,通过调用QCustomplot图形界面开发库完成对信号时域波形,频域波形以及信号频域瀑布图的显示,并封装了FFT类方便使用者代用计算信号的频率分布。

资源截图

代码片段和文件信息

/****************************************************************************
** meta object code from reading C++ file ‘mainwindow.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.9.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include “../myplot/mainwindow.h“
#include 
#include tatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error “The header file ‘mainwindow.h‘ doesn‘t include ject>.“
#elif Q_MOC_OUTPUT_REVISION != 67
#error “This file was generated using the moc from 5.9.0. It“
#error “cannot be used with the include files from this version of Qt.“
#error “(The moc has changed too much.)“
#endif

QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_MainWindow_t {
    QByteArrayData data[3];
    char stringdata0[19];
};
#define QT_MOC_LITERAL(idx ofs len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
    qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
    {
QT_MOC_LITERAL(0 0 10) // “MainWindow“
QT_MOC_LITERAL(1 11 6) // “update“
QT_MOC_LITERAL(2 18 0) // ““

    }
    “MainWindow\0update\0“
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_MainWindow[] = {

 // content:
       7       // revision
       0       // classname
       0    0 // classinfo
       1   14 // methods
       0    0 // properties
       0    0 // enums/sets
       0    0 // constructors
       0       // flags
       0       // signalCount

 // slots: name argc parameters tag flags
       1    0   19    2 0x08 /* Private */

 // slots: parameters
    QmetaType::Void

       0        // eod
};

void MainWindow::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
    if (_c == Qmetaobject::InvokemetaMethod) {
        MainWindow *_t = static_cast(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->update(); break;
        default: ;
        }
    }
    Q_UNUSED(_a);
}

const Qmetaobject MainWindow::staticmetaobject = {
    { &QMainWindow::staticmetaobject qt_meta_stringdata_MainWindow.data
      qt_meta_data_MainWindow  qt_static_metacall nullptr nullptr}
};


const Qmetaobject *MainWindow::metaobject() const
{
    return Qobject::d_ptr->metaobject ? Qobject::d_ptr->dynamicmetaobject() : &staticmetaobject;
}

void *MainWindow::qt_metacast(const char *_clname)
{
    if (!_clname) return nullptr;
    if (!strcmp(_clname qt_meta_stringdata_MainWindow.stringdata0))
        return static_cast(const_cast< MainWindow*>(this));
    return QMainWindow::qt_metacast(_clname);
}

int MainWindow::qt_metacall(Qmetaobject::Call _c int _id void **_a)
{
    _id = QMainWindow::qt_metacall(_c _id _a);
    if (_id < 0)
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.       721  2020-06-10 14:44  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\.qmake.stash

     文件     178096  2020-06-11 15:04  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\fft.o

     文件    1054632  2020-06-11 09:43  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\main.o

     文件    1362920  2020-06-11 15:04  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\mainwindow.o

     文件     234585  2020-06-10 18:12  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\Makefile

     文件       3370  2020-06-11 09:43  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\moc_mainwindow.cpp

     文件    1019952  2020-06-11 09:43  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\moc_mainwindow.o

     文件       9529  2020-06-10 14:44  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\moc_predefs.h

     文件     279301  2020-06-10 14:44  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\moc_qcustomplot.cpp

     文件    3932248  2020-06-10 14:44  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\moc_qcustomplot.o

     文件    6611640  2020-06-11 15:04  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\myplot

     文件    8309088  2020-06-10 14:44  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\qcustomplot.o

     文件       3360  2020-06-10 17:01  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug\ui_mainwindow.h

     文件       2029  2020-06-11 15:04  myplot\myplot\fft.cpp

     文件        973  2020-06-11 09:43  myplot\myplot\fft.h

     文件        172  2020-06-10 14:50  myplot\myplot\main.cpp

     文件       4479  2020-06-11 15:57  myplot\myplot\mainwindow.cpp

     文件        871  2020-06-10 18:11  myplot\myplot\mainwindow.h

     文件       1632  2020-06-10 17:01  myplot\myplot\mainwindow.ui

     文件     400099  2020-06-10 17:24  myplot\myplot\music.wma

     文件     400128  2020-06-10 17:39  myplot\myplot\music111.wma

     文件       1140  2020-06-10 17:59  myplot\myplot\myplot.pro

     文件      24133  2020-06-11 15:57  myplot\myplot\myplot.pro.user

     文件    1122991  2018-06-25 07:05  myplot\myplot\qcustomplot.cpp

     文件     267414  2018-06-25 07:05  myplot\myplot\qcustomplot.h

     目录          0  2020-06-11 15:58  myplot\build-myplot-Desktop_Qt_5_9_0_GCC_64bit-Debug

     目录          0  2020-06-11 15:58  myplot\myplot

     目录          0  2020-06-11 15:58  myplot

----------- ---------  ---------- -----  ----

             25225503                    28

............此处省略1个文件信息

评论

共有 条评论