DSPRelated.com

need some guidence on matlab QAM Transmitter Design:

Started by Anonymous in comp.dsp19 years ago 6 replies

hi em new student and know not too much abt matlab so plz i need some help regarding matlab codes for myproject- QAM Transmitter Design: and...

hi em new student and know not too much abt matlab so plz i need some help regarding matlab codes for myproject- QAM Transmitter Design: and i have to plot the following: also Clear Channel (infinite SNR) 1) Bit stream input 2) Mapper output (I/Q separate) 3) Mapper output constellation 4) Pulse shaping filter coefficients 5) Pulse shaping filter spectrum 6) Pulse shaping output sequ...


Transfer function and Coherence using Matlab

Started by kool_ajith in comp.dsp19 years ago 4 replies

Hi All, 1) I have a windows application created using .NET, C# to be specific. 2) I have two waveforms X and Y. X is input waveform and...

Hi All, 1) I have a windows application created using .NET, C# to be specific. 2) I have two waveforms X and Y. X is input waveform and Y is output. X and Y are nothing but 1048 samples of complex data in an Array. 3) I have FFT algorithm with me. 4) Now can anyone help me calculate the Transfer function and Coherence using Matlab. I think Matlab has some function call to calculate...


Complex FFT in DSP vs Matlab

Started by Anonymous in comp.dsp19 years ago 13 replies

Hi, everyone! I use TMS320c6713 DSP. I compared result of complex fft library in TI DSP with result of complex fft in Matlab. Those waveform...

Hi, everyone! I use TMS320c6713 DSP. I compared result of complex fft library in TI DSP with result of complex fft in Matlab. Those waveform in frequency domain are similar, but exactly not matched. It means.. Range of result in DSP library is wider than one in Matlab. Why? Regards.


A really simple question on channel gain and path loss

Started by lmad...@gmail.com in comp.dsp19 years ago 6 replies

Hello all, I am a newbie to Matlab and DSP. I am trying to write a Matlab code that simulates the effect of IEEE 802.11a interference on...

Hello all, I am a newbie to Matlab and DSP. I am trying to write a Matlab code that simulates the effect of IEEE 802.11a interference on UWB communication. The question is wrt the Matlab implementation of the received signal. I want to implement the code as follows: r(t) = UWB_ChannelGain * s(t) + AWGN + 80211a_ChannelGain*I(t) where, r(t) = received signal s(t) = transmitt...


CDMA Tx (simulink)

Started by sebaii_newlook in comp.dsp19 years ago

hi all i'm woring on CDMA Tx and Rx using matlab simulink (using matlab 7_which is compatible with the kit),but i got some problems when i...

hi all i'm woring on CDMA Tx and Rx using matlab simulink (using matlab 7_which is compatible with the kit),but i got some problems when i downloaded it on the kit(C6713),even that the program was free of errors,, it rejects some blocks at the last step when converting it to CCS (using...control+B),,,, if any one had already made CDMA system using matlab simulink 7,,,i would gratfull for his help...


Walsh codes help improving condition of matrix?

Started by zqchen in comp.dsp19 years ago

[Question] A problem originated in engineering: H is a (N*SF+L-1)*(N*SF) complex matrix and is generated with a Matlab...

[Question] A problem originated in engineering: H is a (N*SF+L-1)*(N*SF) complex matrix and is generated with a Matlab command H=filter(h,1,[eye(N*SF);zeros(L-1,N*SF)]) where h is a L*1 complex vector. C is a (N*SF)*(N*K) complex matrix and is generated with a Matlab command C=kron(eye(N),c) where c is a SF*K matrix whose columns are Walsh codes. I find out with a Matlab program that C'*H'*H...


Using fft() in Guide MATLAB- HELP PLEASE

Started by james_bond in comp.dsp19 years ago 3 replies

Hi all In the GUI in matlab i am creating a single sin wave with a freq between 1KHz-15Khz in steps 1KHz. In matlab iam using the fft()...

Hi all In the GUI in matlab i am creating a single sin wave with a freq between 1KHz-15Khz in steps 1KHz. In matlab iam using the fft() function to get the freq specturm and then get mag and find the peak which will give me the freq. But i need to make a GUI version of this and cant seem to get any thing to work . can anyone help or give me a website to look at. Thanks James_Bond


Matlab Code for Zero Forcing, MMSE, and V-BLAST Detection

Started by sinchoy104 in comp.dsp19 years ago

Hello ALL, May I know how to write the Matlab code for Zero Forcing, MMSE, and V-BLAST detection algorithm used in a Multiple-Input...

Hello ALL, May I know how to write the Matlab code for Zero Forcing, MMSE, and V-BLAST detection algorithm used in a Multiple-Input Multiple-Output (MIMO) system? Can any one teach me how to do that or may be can provide me some references in Matlab code? Thanks a lot for your precious time and effort. Thanks in advanced. Regards, Charles


ADPCM Matlab Code

Started by Anonymous in comp.dsp19 years ago

Hi There, I have been searching for the Matlab code for 40, 32, 24, 16 KBits/s ADPCM code (G.726) for the last one week but could not find a...

Hi There, I have been searching for the Matlab code for 40, 32, 24, 16 KBits/s ADPCM code (G.726) for the last one week but could not find a good working/ compliant code. Can anyone tell me where to get free version of the ADPCM code in Matlab compliant to the G.726 standard? Thanks, Farhan


converting Matlab's

Started by rivka in comp.dsp19 years ago

Hi, I'm trying 2 realize the function "butter" as iin matlab, using scilab. So instead of [a, b]=butter(ord,[int1* 2/Freq int2*2/Freq]); I...

Hi, I'm trying 2 realize the function "butter" as iin matlab, using scilab. So instead of [a, b]=butter(ord,[int1* 2/Freq int2*2/Freq]); I write the following: hz=iir(ord,'lp', 'butt', [int1/Freq int2/Freq], [0 0]); a=coeff(denom(hz));a=a($:-1:1); b=coeff(numer(hz));b=b($:-1:1); and I don't get the same results as in matlab. What do I do to get the same results? p.s. I'...


Finding the percentage of similiarity of two signals in matlab

Started by ryan81 in comp.dsp21 years ago 5 replies

Hi all, I understand the subject of similiarity of signals has dsicuss many of times in this forum however i still need some valuable advice...

Hi all, I understand the subject of similiarity of signals has dsicuss many of times in this forum however i still need some valuable advice and help. My problem is that i am trying to find the percentage of similiarity of 2 signals using matlab? Say in matlab i have just a variable called signal1 and signal2 both of size [1 by 5000] these signal 1 and signal 2 are EEG signals. I just w...


IIR for image processing in Matlab. How???? (Plz help)

Started by Anonymous in comp.dsp21 years ago 2 replies

Hello, would any one out there can help me how to appy IIR to filter an 256x256 image using IIR in Matlab? is there any function for it (I...

Hello, would any one out there can help me how to appy IIR to filter an 256x256 image using IIR in Matlab? is there any function for it (I mean 2 D IIR filter). I have to use a IIR filter to filter a image and it is required that I do it in Matlab. I have done it in C and using difference equation: y(m,n)=a1*x(m,n)+a2*y(m-1,n)+..... and everything is fine. Now I have to do it in ...


MATLAB question

Started by Matt Roos in comp.dsp21 years ago 1 reply

I've posted this on the MATLAB newsgroup, but that group is pretty noisy and I know there are a lot of MATLAB users here, so here goes... I'm...

I've posted this on the MATLAB newsgroup, but that group is pretty noisy and I know there are a lot of MATLAB users here, so here goes... I'm looking for suggestions/code on doing the following. They generally get more complex as the list goes on, numbers (1) and (4) are really the startings point and most important to me. 1) Given a sequence of bytes, find all occurances of that sequ...


IEEE 802.16 OFDM/OFDMA matlab code

Started by xerox0_99 in comp.dsp21 years ago 1 reply

Hi, I am looking for a matlab PHY implementation of the IEEE 802.16 based fixed wireless system. I would very much appreciate it if someone...

Hi, I am looking for a matlab PHY implementation of the IEEE 802.16 based fixed wireless system. I would very much appreciate it if someone could point to an online source for the code or directly provide the matlab code. Thanks so much. This message was sent using the Comp.DSP web interface on www.DSPRelated.com


Plotting an audio file using matlab

Started by hamseda79 in comp.dsp21 years ago 2 replies

Hello, I am trying to plot an audio file using matlab. can i get a sinusoidal plot of the audio file if so what matlab command is useful?...

Hello, I am trying to plot an audio file using matlab. can i get a sinusoidal plot of the audio file if so what matlab command is useful? any help is appreciated This message was sent using the Comp.DSP web interface on www.DSPRelated.com


how to do bi-lateral Z-transform in Matlab?

Started by kiki in comp.dsp21 years ago 1 reply

Hi all, I wanted to use bi-lateral Z-transform, and esp. I wanted to use Inverse Bilateral Z-transform... But Matlab only provides...

Hi all, I wanted to use bi-lateral Z-transform, and esp. I wanted to use Inverse Bilateral Z-transform... But Matlab only provides Uni-lateral Z-transform and Inverse Transofrm through its "ztrans" and "iztrans" command pair... How to do Bi-lateral Z-transfrom using Matlab? Thanks a lot!


inmarsat

Started by crusaders792002 in comp.dsp21 years ago 8 replies

Can anyone help me? I can't find enough information about standard Inmarsat-C. I found information about Inmarsat-C in the group FAQ-Inmarsat,...

Can anyone help me? I can't find enough information about standard Inmarsat-C. I found information about Inmarsat-C in the group FAQ-Inmarsat, but this information isn't correctly. I built Matlab receive model and I use Matlab BPSK demodulator. I tryied with this demodulator, afterthat I changed it with Matlab DBPSK demodulator, but results were mostly same. I didn't see synchroword and struc...


Please check my filter!

Started by NightHawk in comp.dsp21 years ago 9 replies

Im trying to implement an 8th order Butterworth low pass filter in Matlab. I know you can design filters in matlab, but because of the...

Im trying to implement an 8th order Butterworth low pass filter in Matlab. I know you can design filters in matlab, but because of the specific implementation of my project, im doing with no matlab functions in an m file. So, the problem im having is that the input before filtering is EXACTLY the same as the output... what am I doing wrong? The sampling frecuency is 44100 hz. The filter cutoff...


bch decoding in matlab.

Started by Anonymous in comp.dsp19 years ago

Hi, Can anyone help me how to start with bch decoding in matlab.I,ve dne the encoding part in matlab.Plz help me.

Hi, Can anyone help me how to start with bch decoding in matlab.I,ve dne the encoding part in matlab.Plz help me.


How to Deal with Whole DSP signals and systems

Started by MeG in comp.dsp20 years ago

Hi All I had been simulating OFDM transmitter and Receiver in MATLAB . Down the line system started crashing out as the number of...

Hi All I had been simulating OFDM transmitter and Receiver in MATLAB . Down the line system started crashing out as the number of variables(unwanted) increased in number. More i try to contain the variables more do they increase in size... Is this Problem with MATLAB or problem with my system ? Should i upgrade to higher version of MATLAB... How one can handle the...