Coders Packet

Packets submitted by Preet Rajpara

DFT-IDFT module in MATLAB

Module to find the DFT and IDFT of sequences x(n) in MATLAB language without using Inbuilt functions.

Linear Convolution in C++

Function to find the linear convolution between two sequences x(n) and h(n) in C++ language.

N is product of three distinct numbers in Cpp

To find the three distinct numbers whose product will give us N if possible, in Cpp language.

Cursor Movement using 'AWSD' keys in C

Movement of a specific character using the keyboard keys A, W, S and D in C language.