Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~2K People Reached
Favorite Tags
c x 1
Member Avatar for snigger

I wrote this round robin code and I want to calculate Response Time and Throughput [code] #include <stdio.h> #include <stdlib.h> // Data Structures typedef struct process{ char jobName; int arrivalTime; int execTime; struct process *next; } P; typedef struct result{ char Name; struct result *next; } result; // End of …

Member Avatar for Adak
0
2K
Member Avatar for granix

hi everyone, i'm trying to develope a MATLAB code for error performance in various modulation and demodulation,but unfortunately,i get stuck in it,seems that i got a problem for calculating the errors.I'm trying to use QAM for wave(audio) file and calculate its error.As below is my prototype code,it give syntax error …

Member Avatar for mahesh.g.4u
0
301