Function: realize frequency and amplitude controllable output of four common waveforms: sine, triangle, sawtooth and square (A, B) (the duty cycle of square wave--A is also controllable), can store ar...
Recently I found a strange problem, as follows:
I have two files, one main.c and one main.h.In main.c I wrote:
#define GLOBAL_VAR
#include "main.h"In main.h I wrote:
#ifndef __MAIIN_H__
#define __MAIN...
Find a book, either electronic or purchased, title: A reformulation-linearization technique for solving discrete and continuous nonconvex problems, email: [email]liyuely@yahoo.com.cn[/email] If you ha...
Now I want to make a bipolar constant current source with a peak value of 10mA, a pulse width of 1.5s, and a period of 3s. I designed one myself, but the square wave effect is always not good. Can any...
Project description: Collect data through AD, perform multi-point calibration on the collected data, send the calibrated data to the host computer through UART, and store the calibration parameters. P...