Feeds
질문
Simple Back to Back LTE tx system
Hi, I am pretty new to the LTE toolbox in matlab. It looks as this toolbox covers every aspect of LTE protocolling and is qui...
거의 10년 전 | 답변 수: 0 | 0
0
답변답변 있음
Nonlinear curve fitting, how to ?
Hi, The issue was with the ordering of my four initial condition two were two high in value. the fitting is as follows now ...
Nonlinear curve fitting, how to ?
Hi, The issue was with the ordering of my four initial condition two were two high in value. the fitting is as follows now ...
10년 초과 전 | 0
질문
Optimizing Multivariable equations simultaneoulsy
I have 4 equations as shown below, with 4 known constants A0 B0 A1 and B2, and 9 unknown constants g, S, eS, tn, OCF, N, Nt, t...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Nonlinear curve fitting, how to ?
Hi, I have two nonlinear functions defining the response of a system in frequency domain H(f;Y0,Z0)= Z / ((j*2*pi*f)+(j*...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Importing large binary information
Hi, I have a text file with a large number of binary information formed into groups of 10 bits, were each group is either sep...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
solving a differential equation
I usally use matlab's ode solvers such as ode45, ode113, you need to read a bit about this. check this page http://www.ph...
solving a differential equation
I usally use matlab's ode solvers such as ode45, ode113, you need to read a bit about this. check this page http://www.ph...
거의 12년 전 | 0
답변 있음
finding approximate indices in a monotonically increasing array
Hi Guys, thanks for your suggestions, I never knew about the use of some of this commands before. but I found much more efficien...
finding approximate indices in a monotonically increasing array
Hi Guys, thanks for your suggestions, I never knew about the use of some of this commands before. but I found much more efficien...
거의 12년 전 | 0
질문
finding approximate indices in a monotonically increasing array
I need to find the indices of an entry in a monotonically increasing array, where the value of this indices is "ref"(as shown be...
거의 12년 전 | 답변 수: 4 | 0
4
답변답변 있음
How can i calculate the signal to noise ratio of a signal without knowing signal or noise power?
Usually in Experimental work. people use the spectrum of the signal to distinguish the SNR. Thus I would assume if you change yo...
How can i calculate the signal to noise ratio of a signal without knowing signal or noise power?
Usually in Experimental work. people use the spectrum of the signal to distinguish the SNR. Thus I would assume if you change yo...
거의 12년 전 | 0
답변 있음
Matlab code of Chebyshev type 2
Its pretty simple to design digital filters in matlab as opposed to languages such as C or C++ or Java. this is because matlab h...
Matlab code of Chebyshev type 2
Its pretty simple to design digital filters in matlab as opposed to languages such as C or C++ or Java. this is because matlab h...
거의 12년 전 | 0
| 수락됨
답변 있음
Extract noise and apply it at other data
If you are able to produce the original data which has not passed through any system, attain its spectral proporties, followed b...
Extract noise and apply it at other data
If you are able to produce the original data which has not passed through any system, attain its spectral proporties, followed b...
거의 12년 전 | 0
질문
Power calculation of various frequency components in a time varying signal
Hi, Just wanted to see if I am carrying out an apporporiate steps to achieve my aim. I am have time varying signal x(t) or...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Adding and generation of poisson noise to a time varying signal
Hi, My questions is to do with addition of noise to a predefined signal. Assume I have predefined a time_varying signal i...
거의 12년 전 | 답변 수: 3 | 0
3
답변답변 있음
collecting "like terms" in an equation using symbolic toolbox
My apologizes for using the term linear equation (it should of been used there). I just want the symbolic toolbox to give me fac...
collecting "like terms" in an equation using symbolic toolbox
My apologizes for using the term linear equation (it should of been used there). I just want the symbolic toolbox to give me fac...
대략 12년 전 | 0
| 수락됨
질문
collecting "like terms" in an equation using symbolic toolbox
if I have a equation of such syms gamma vg gn Va N0 deltN Ntr eps S0 deltS taop beta B k Sinj phi0 deltPhi phi_inj ...
대략 12년 전 | 답변 수: 2 | 0
2
답변답변 있음
creating a waveform to send to Tabor's ww5061 arbitrary waveform generator
mmmm. I cant quite understand why it would require a .wav file, as most of this AWGs would only require a equivalant txt file, w...
creating a waveform to send to Tabor's ww5061 arbitrary waveform generator
mmmm. I cant quite understand why it would require a .wav file, as most of this AWGs would only require a equivalant txt file, w...
대략 12년 전 | 0
답변 있음
Matlab exits unexpectedly after simple plot
Hi, I am quite new to Matlab. you are saying that the plotting works by reducing the number of points, thus I can imagine tha...
Matlab exits unexpectedly after simple plot
Hi, I am quite new to Matlab. you are saying that the plotting works by reducing the number of points, thus I can imagine tha...
대략 12년 전 | 0
질문
Speeding Up the ODE solver algorithm for a given time dependent input
Hi, I am currently looking for a way to modify my code such that it will require shorter computation time, for solving a syst...
대략 12년 전 | 답변 수: 1 | 0
1
답변답변 있음
ODE solver, how to pass a vector value used in the differential equations
Thanks Jan, It works like a charm. your right about the the claim that "numeric cannot be counted to science" but in this case w...
ODE solver, how to pass a vector value used in the differential equations
Thanks Jan, It works like a charm. your right about the the claim that "numeric cannot be counted to science" but in this case w...
대략 12년 전 | 0
질문
ODE solver, how to pass a vector value used in the differential equations
Hi, I am solving a system of differential equations of the following format: dy = single(t, y, J) dy(1) = (A*(y(3...
대략 12년 전 | 답변 수: 3 | 1
3
답변질문
converting a 1x4096 cell, containing binary to 1x(4*4096) double containing binary codes
Hi, My code generates a x by y matrix, containing random numbers within range of (0 to Order-1) as follow: x=600; y=8; o...
12년 초과 전 | 답변 수: 1 | 0