Mashrur Zawad
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
35.848
of 295.467
REPUTATION
1
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
41.67%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
MATLAB CST Interface in Linux
Hlw I was using the following command "cst = actxserver('CSTStudio.application'); ...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
MATLAB-CST Interface
function Cstbrick(mws, Name, component, material, Xrange, Yrange, Zrange) brick = invoke(mws,'Brick'); invoke(brick,'Reset'); ...
etwa ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
I want to extract outer points of my plot(Chaotic Data Points) and plot it with the extracted outer points.
alpha = 0; % Initial conditions x = 1; y = 1; z = 1; % Time step dt = 0.01; % Arrays to store the trajectory points...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
CST Macros Code to MATLAB Code
Hlw I am wring a code in matlab where I am interfacing CST using MATLAB code.For this I have to write individual function in MAT...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
What is the main difference between gradient command and diff comand
x = [1, 5, 10, 17, 30]; gradient_x = gradient(x); disp(gradient_x) Result:4.0000 4.5000 6.0000 10.0000 13.0000 I...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Plotting CST Farfield Polar Plot to Matlab
Hello, I would like to plot 1D Farfield radition pattern in matlab from CST.I have saved the file as text from CST but while I a...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
Importing Voltage Data to AC Voltage Source in Simulink
I would like to import voltage data from text in matlab and then I would like to use this data in simulink AC voltage source .I...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Bessel Function Calculation in Matlab
I was trying to get the result for Bessel function of first kind by using the bessel function main equation and Matlab builtin b...
mehr als ein Jahr vor | 4 Antworten | 1
4
AntwortenFrage
u(t)=sinc(100t)and y(t)=cos(400πt) and x(t)=u(t)*y(t)
u(t)=sinc(100t)and y(t)=cos(400πt) and x(t)=u(t)*y(t) Now I need the code for plotting u(t) , |U(F)|, y(t), |Y(F)| , x(t) ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
In BER SIMULATION of BPSK IN RAYLEIGH FADING ENVIRONMENT when I place h=sqrt(1/2)*(randn+j*randn) before while loop I don't get any curve and total BER result why is that ?
clear EbN0dB_vector=0:2:20 Eb=1; for snr_i=1:length(EbN0dB_vector); EbN0dB=EbN0dB_vector(snr_i); EbN0=10.^(EbN0...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can anyone give me specefic solution 1.Probability of X >0 if X= rand-0.5 2.Probability of X =1 if X= sign(rand-0.5) 3.Probability of X =-1 if X= sign(rand-0.5)
1.Probability of X >0 if X= rand-0.5 2.Probability of X =1 if X= sign(rand-0.5) 3.Probability of X =-1 if X= sign(rand-0.5...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can anyone help me out what does sign(rand-0.5) command mean
1.Probability of X >0 if X= rand-0.5 2.Probability of X =1 if X= sign(rand-0.5) 3.Probability of X =-1 if X= sign(rand-0....
mehr als 2 Jahre vor | 2 Antworten | 0