My Project
0.0.16
QUCS Mapping
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include <string.h>
#include "touchstone_producer.h"
#include "matrix.h"
#include "matvec.h"
#include "constants.h"
Go to the source code of this file.
Classes | |
struct | touchstone_data_t |
Macros | |
#define | touchstone_crlf "\r\n" |
Functions | |
void | touchstone_print_noise (void) |
void | touchstone_print (void) |
void | touchstone_find_data (dataset *data, const char *name) |
void | touchstone_producer (const char *variable) |
Variables | |
struct touchstone_data_t | touchstone_data |
#define touchstone_crlf "\r\n" |
Definition at line 62 of file touchstone_producer.cpp.
void touchstone_find_data | ( | dataset * | data, |
const char * | name | ||
) |
Definition at line 178 of file touchstone_producer.cpp.
void touchstone_print | ( | void | ) |
Definition at line 89 of file touchstone_producer.cpp.
void touchstone_print_noise | ( | void | ) |
Definition at line 66 of file touchstone_producer.cpp.
void touchstone_producer | ( | const char * | variable | ) |
Definition at line 250 of file touchstone_producer.cpp.
struct touchstone_data_t touchstone_data |