9 Threads found on edaboard.com: Hamming Matlab Code
Hello
In my OFDM system, I need to apply a hamming and Blackman window in frequency domain. My simulation is on matlab.
I've done a FFT of this window and did its convolution with my data in freq domain, but I'm not getting the desired results. :-(
Can anyone help me to do this the correct way ?
Thank you.
Digital communication :: 03-08-2015 08:18 :: cenation :: Replies: 1 :: Views: 739
hello..
i need the matlab code of simple rayleigh fading channels for error correcting code (hamming code).
i need to pass the input codeword and obtain the output.
pls help me.
Thank you
Digital communication :: 02-28-2015 17:52 :: min.bd11 :: Replies: 0 :: Views: 785
How to measure bit error rate in matlab using hamming code?
Digital communication :: 03-17-2014 01:25 :: jayadofe :: Replies: 0 :: Views: 852
Hi, Please i need help with this matlab code.
i am using this melcept function for different samples of me saying the word "one"
here is my code
=wavread('one.wav'); %Read In Sample
a=0.95;
aaaa1=filter(,1,aaaaa1);
aaa1= melcepst(aaaa1,fs);
i get an output for the different samples of me saying one as 54
Digital Signal Processing :: 06-09-2013 08:41 :: oiyela :: Replies: 0 :: Views: 1477
You must to apply some checking code, as hamming, CRC, etc...
Here there are some examples with CRC coding :
+++
Digital communication :: 06-30-2012 00:55 :: andre_teprom :: Replies: 5 :: Views: 2067
I done in matlab a routine to determine to the hamming(7,4,1) code, the amount of syndromes equal to Zero.
You could perform some few changes to fit to your code.
% Program to generate all the input error patterns from 0000000 to 1111111
% and then calculate corresponding syndromes
d = ;
h =[ ; [ 0
Elementary Electronic Questions :: 02-05-2012 01:38 :: andre_teprom :: Replies: 5 :: Views: 873
Hello
I need to compare the(7,4) hamming coded bit error probability with the uncoded bit error probabity and a Q function.
The matlab code which i have compare the theoretial uncoded ber with hamming (7,4) code (...)
Digital communication :: 04-13-2011 21:57 :: Priya1987 :: Replies: 0 :: Views: 5054
hi,
u can develope some basic encryption and decryption algorithms like RSA, CRC, hamming code for error handling etc. and can develop a crypto syatem.
Thanks..
HAK..
Digital Signal Processing :: 06-14-2009 05:51 :: hiral.kotak :: Replies: 2 :: Views: 2376
I have plotted the spectrogram of linear FM signal using TFTB toolbox in matlab. Here is the code:
y=fmlin(128,0.1,0.3);
h=tftb_window(21,'hamming');
tfrsp(y,1:128,128,h,1);
My questions are:
How to find peak values of the spectrogram for every time instant (when you have mesh plot)?
How to plot a graph for a constant frequency, that (...)
Digital Signal Processing :: 03-04-2008 22:28 :: brano :: Replies: 1 :: Views: 1334