pando
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
203,471
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Arithmetic coding, the way to find decimal representation of codeword
seq = [3 3 1 3 3 3 3 3 2 3]; counts = [10 20 70]; code = arithenco(seq,counts) By implementing this code, I can get arithmeti...
4 years ago | 1 answer | 0
1
answerQuestion
why my result do not calculate limit value
clc; clear; syms x t w X x=2*exp(-4*t)*cos(10*t); X=int(x*exp(-j*w*t),t,0,inf) I want to find X value but its result is a...
4 years ago | 0 answers | 0
0
answersQuestion
My result contains 'limit' value
My code is clc; syms x t X omega a = 2; b = 2; x = exp(-a*t)*sin(b*pi*t); X = simplify(int(x*exp(-j*omega*t),t,0,inf)) i...
4 years ago | 0 answers | 0