Microchip® Advanced Software Framework

resampling_example.c File Reference
#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "dsp.h"
#include "dsp_debug.h"
#include "pm.h"
#include "cycle_counter.h"

Macros

#define F_INPUT   22050
 Sampling rate of the original signal. More...
 
#define F_OUTPUT   48510
 Sampling rate of the output signal. More...
 
#define FILTER_ORDER   6
 Filter order. More...
 
#define N   200
 Number of point to process. More...
 
#define NB_CUTS   40
 

Functions

int main (int argc, char *argv[])
 The main function. More...
 

Variables

A_ALIGNED dsp16_t s [N]
 

#define F_INPUT   22050

Sampling rate of the original signal.

Referenced by main().

#define F_OUTPUT   48510

Sampling rate of the output signal.

Referenced by main().

#define FILTER_ORDER   6

Filter order.

Referenced by main().

#define N   200

Number of point to process.

Referenced by main().

#define NB_CUTS   40

Referenced by main().